* [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/files/
@ 2017-12-23 13:11 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-23 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 518abc5a7a196d945d2c6ca4bd9cbe846735fa34
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 15:22:27 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 13:09:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518abc5a
games-emulation/higan: remove unused patch
games-emulation/higan/files/higan-094-QA.patch | 90 --------------------------
1 file changed, 90 deletions(-)
diff --git a/games-emulation/higan/files/higan-094-QA.patch b/games-emulation/higan/files/higan-094-QA.patch
deleted file mode 100644
index 69aaedf3d3d..00000000000
--- a/games-emulation/higan/files/higan-094-QA.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Jun 9 10:23:38 UTC 2013
-Subject:
-
---- a/Makefile
-+++ b/Makefile
-@@ -13,8 +13,8 @@
- # console := true
-
- # compiler
--flags += -I. -O3 -fomit-frame-pointer
--link +=
-+flags += -I.
-+link += $(LDFLAGS)
- objects := libco
-
- # profile-guided optimization mode
-@@ -41,14 +41,12 @@
- endif
- link += -s -mthreads -luuid -lkernel32 -luser32 -lgdi32 -lcomctl32 -lcomdlg32 -lshell32 -lole32 -lws2_32
- link += -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc
--else ifeq ($(platform),macosx)
-- flags += -march=native
- else ifeq ($(platform),linux)
-- flags += -march=native
-- link += -s -Wl,-export-dynamic -lX11 -lXext -ldl
-+ flags +=
-+ link += -Wl,-export-dynamic -lX11 -lXext -ldl
- else ifeq ($(platform),bsd)
-- flags += -march=native
-- link += -s -Wl,-export-dynamic -lX11 -lXext
-+ flags +=
-+ link += -Wl,-export-dynamic -lX11 -lXext
- else
- $(error unsupported platform.)
- endif
-@@ -59,9 +57,9 @@
- compile = \
- $(strip \
- $(if $(filter %.c,$<), \
-- $(compiler) $(cflags) $(flags) $1 -c $< -o $@, \
-+ $(compiler) $(cflags) $(flags) $(CFLAGS) $1 -c $< -o $@, \
- $(if $(filter %.cpp,$<), \
-- $(compiler) $(cppflags) $(flags) $1 -c $< -o $@ \
-+ $(compiler) $(cppflags) $(flags) $(CXXFLAGS) $1 -c $< -o $@ \
- ) \
- ) \
- )
---- a/target-ethos/Makefile
-+++ b/target-ethos/Makefile
-@@ -55,10 +55,10 @@
- obj/ui-tools.o: $(ui)/tools/tools.cpp $(call rwildcard,$(ui)/)
-
- obj/ruby.o: ruby/ruby.cpp $(call rwildcard,ruby/*)
-- $(compiler) $(rubyflags) -c $< -o $@
-+ $(compiler) $(rubyflags) $(CXXFLAGS) -c $< -o $@
-
- obj/phoenix.o: phoenix/phoenix.cpp $(call rwildcard,phoenix/*)
-- $(compiler) $(phoenixflags) -c $< -o $@
-+ $(compiler) $(phoenixflags) $(CXXFLAGS) -c $< -o $@
-
- obj/resource.o: $(ui)/resource.rc
- ifeq ($(arch),win32)
-@@ -82,7 +82,7 @@
- sips -s format icns data/higan.png --out out/$(name).app/Contents/Resources/higan.icns
- $(strip $(compiler) -o out/$(name).app/Contents/MacOS/$(name) $(objects) $(link))
- else
-- $(strip $(compiler) -o out/$(name) $(objects) $(link))
-+ $(strip $(CXX) $(CXXFLAGS) -o out/$(name) $(objects) $(link))
- endif
-
- resource:
---- a/nall/Makefile
-+++ b/nall/Makefile
-@@ -53,11 +53,11 @@
- link :=
- endif
-
-- cflags := -x c -std=c99
-- objcflags := -x objective-c -std=c99
-- cppflags := -x c++ -std=c++11
-- objcppflags := -x objective-c++ -std=c++11
- endif
-+cflags := -x c -std=c99
-+objcflags := -x objective-c -std=c99
-+cppflags := -x c++ -std=c++11
-+objcppflags := -x objective-c++ -std=c++11
-
- # cross-compilation support
- ifeq ($(arch),x86)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/files/
@ 2018-05-13 9:39 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2018-05-13 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 4dead976a699cd6b7da88b7165bed147ff430d09
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 12 15:22:10 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 13 09:38:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dead976
games-emulation/higan: remove unused patch
games-emulation/higan/files/higan-wrapper | 7 -------
1 file changed, 7 deletions(-)
diff --git a/games-emulation/higan/files/higan-wrapper b/games-emulation/higan/files/higan-wrapper
deleted file mode 100644
index e2d9257a4b6..00000000000
--- a/games-emulation/higan/files/higan-wrapper
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-[ -e $HOME/.config/ ] || mkdir $HOME/.config/
-
-cp -ru "%GAMES_DATADIR%/higan" $HOME/.config/
-
-exec ${0}.bin "$@"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-13 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-13 9:39 [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/files/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2017-12-23 13:11 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox