summaryrefslogtreecommitdiff
path: root/games-emulation/higan
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
commit51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch)
tree30b91d98e65985a575940ed49e756697c1f049c2 /games-emulation/higan
parent4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff)
gentoo resync : 23.12.2017
Diffstat (limited to 'games-emulation/higan')
-rw-r--r--games-emulation/higan/Manifest1
-rw-r--r--games-emulation/higan/files/higan-094-QA.patch90
2 files changed, 0 insertions, 91 deletions
diff --git a/games-emulation/higan/Manifest b/games-emulation/higan/Manifest
index 11c040fe18c9..85385282019a 100644
--- a/games-emulation/higan/Manifest
+++ b/games-emulation/higan/Manifest
@@ -1,4 +1,3 @@
-AUX higan-094-QA.patch 2611 BLAKE2B 40d1a68b1686db0a58a1d1dd16df92f84b48ea0e5261224ac11c0a82d11a62d0b216177b64ecf32b53968fa90191fd38a7f1365228ac74eb04c69b742f10ad67 SHA512 12ea06fb32af29136965150029f19ba95cf3690cbd8e2531d84b06a31d40083047d96e463d77194d1cc07365f966b6040886bff789ba6401df90dd5687990844
AUX higan-099-QA.patch 2597 BLAKE2B 0737dd216f1dc63620c43478e372a41736d47da6df5e46118b8b8607f81746d3aa79767b0fcda34a1fab405e87b3ebdf15b9b5dfc9dc08b24def7bebc7ecbb6e SHA512 421584e9c26ae66117b5f4d95a7afb3b21674fd112ca33fca7cb0c33e7382f8dda100900536eab3f413a6a3cf0f98cc079644b8cee309f17f50c1bd99604728e
AUX higan-wrapper 124 BLAKE2B 3b87ba7212551d8c5b4814ff41e2ecd647589dafe8abfac6f354970e1093cf2ef53e885c9f88f6755c8e2a72c08c61491da073819a19494dbb6a75f8ba413f8e SHA512 af3163d06f3bc14b14ec38cf84d11cc706eb6359727743eea35670b4f1ac120af40102ee5409695eba00ead70fcf964073c24d2f47d6824776391927ebbf3f45
DIST higan_v099-source.7z 1012348 BLAKE2B db3eb7b8819532786e6f2dd664225abddc49d12cf5c525862578523240c76ab3ac2680537e04b347130ae7e821d1d98e6c4bf25cf47449567afd90887989aa0e SHA512 567f0c9841fb3fed1c78f2afcd9865cbfe06d04b995d4dc468269e459249b758daed949b461b5b8645ebab40edc1f4f28a566de5795325dae4f604190ca9eae6
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 69aaedf3d3de..000000000000
--- 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)