Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350518 Details for
Bug 254471
games-emulation/higan (ebuild request)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
games-emulation/higan/files/higan-092-QA.patch
higan-092-QA.patch (text/plain), 1.38 KB, created by
Julian Ospald
on 2013-06-09 14:39:09 UTC
(
hide
)
Description:
games-emulation/higan/files/higan-092-QA.patch
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2013-06-09 14:39:09 UTC
Size:
1.38 KB
patch
obsolete
>From: Julian Ospald <hasufell@gentoo.org> >Date: Sun Jun 9 10:23:38 UTC 2013 >Subject: > >--- higan_v092-source/higan/Makefile >+++ higan_v092-source/higan/Makefile >@@ -16,8 +16,8 @@ > # compiler > c := $(compiler) -std=gnu99 > cpp := $(subst cc,++,$(compiler)) -std=gnu++0x >-flags := -I. -O3 -fomit-frame-pointer >-link := -s >+flags := -I. >+link := $(LDFLAGS) > objects := libco > > # profile-guided optimization mode >@@ -33,7 +33,6 @@ > > # platform > ifeq ($(platform),x) >- flags += -march=native > link += -Wl,-export-dynamic -ldl -lX11 -lXext > else ifeq ($(platform),win) > ifeq ($(arch),win32) >@@ -57,9 +56,9 @@ > compile = \ > $(strip \ > $(if $(filter %.c,$<), \ >- $(c) $(flags) $1 -c $< -o $@, \ >+ $(c) $(flags) $(CFLAGS) $1 -c $< -o $@, \ > $(if $(filter %.cpp,$<), \ >- $(cpp) $(flags) $1 -c $< -o $@ \ >+ $(cpp) $(flags) $(CXXFLAGS) $1 -c $< -o $@ \ > ) \ > ) \ > ) >--- higan_v092-source/higan/target-ethos/Makefile >+++ higan_v092-source/higan/target-ethos/Makefile >@@ -67,7 +67,7 @@ > # targets > build: $(objects) > ifeq ($(platform),x) >- $(strip $(cpp) -o out/$(name) $(objects) $(link)) >+ $(strip $(cpp) $(CXXFLAGS) -o out/$(name) $(objects) $(link)) > else ifeq ($(platform),win) > $(strip $(cpp) -shared -o out/phoenix.dll obj/phoenix.o $(phoenixlink)) > $(strip $(cpp) -o out/$(name) $(subst obj/phoenix.o,,$(objects)) $(link) -Lout -lphoenix)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254471
:
178223
|
178225
|
179040
|
179042
|
182645
|
182646
|
216918
|
216920
|
216989
|
216991
|
216993
|
216994
|
216996
|
217260
|
217261
|
219003
|
229009
|
229011
|
350516
| 350518 |
350520
|
350522
|
350524
|
350526
|
350528
|
350530