public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/higan-purify/files: higan-purify-03-QA.patch
@ 2013-06-09 19:18 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-06-09 19:18 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/06/09 19:18:31

  Added:                higan-purify-03-QA.patch
  Log:
  initial import
  
  (Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.1                  games-util/higan-purify/files/higan-purify-03-QA.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch?rev=1.1&content-type=text/plain

Index: higan-purify-03-QA.patch
===================================================================
--- purify_v03-source/purify/Makefile
+++ purify_v03-source/purify/Makefile
@@ -2,8 +2,8 @@
 include phoenix/Makefile
 
 path := /usr/local/bin
-flags := -I. -O3 -fomit-frame-pointer
-link := -s
+flags := -I. $(CXXFLAGS)
+link := $(LDFLAGS)
 objects := obj/phoenix.o obj/purify.o
 
 ifeq ($(platform),x)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/higan-purify/files: higan-purify-03-QA.patch
@ 2014-07-17  0:44 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-07-17  0:44 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/07/17 00:44:36

  Modified:             higan-purify-03-QA.patch
  Log:
  fix underlinking wrt #517208
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)

Revision  Changes    Path
1.2                  games-util/higan-purify/files/higan-purify-03-QA.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch?r1=1.1&r2=1.2

Index: higan-purify-03-QA.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/higan-purify/files/higan-purify-03-QA.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- higan-purify-03-QA.patch	9 Jun 2013 19:18:31 -0000	1.1
+++ higan-purify-03-QA.patch	17 Jul 2014 00:44:36 -0000	1.2
@@ -11,3 +11,32 @@
  objects := obj/phoenix.o obj/purify.o
  
  ifeq ($(platform),x)
+@@ -22,7 +22,7 @@
+ 
+ build: $(objects)
+ ifeq ($(platform),x)
+-	$(cpp) -pthread $(link) -o purify $(objects) $(phoenixlink)
++	$(cpp) $(flags) -pthread $(link) -o purify $(objects) $(phoenixlink)
+ else ifeq ($(platform),win)
+ 	windres phoenix/windows/phoenix.rc obj/phoenix-resource.o
+ 	$(cpp) -shared -o phoenix.dll obj/phoenix.o $(phoenixlink)
+--- purify_v03-source/purify/phoenix/Makefile
++++ purify_v03-source/purify/phoenix/Makefile
+@@ -4,13 +4,13 @@
+   endif
+ 
+   ifeq ($(phoenix),gtk)
+-    phoenixflags := -DPHOENIX_GTK `pkg-config --cflags gtk+-2.0`
+-    phoenixlink := `pkg-config --libs gtk+-2.0`
++    phoenixflags := -DPHOENIX_GTK `pkg-config --cflags gtk+-2.0 x11`
++    phoenixlink := `pkg-config --libs gtk+-2.0 x11` -ldl
+   endif
+ 
+   ifeq ($(phoenix),qt)
+-    phoenixflags := -DPHOENIX_QT `pkg-config --cflags QtCore QtGui`
+-    phoenixlink := `pkg-config --libs QtCore QtGui`
++    phoenixflags := -DPHOENIX_QT `pkg-config --cflags QtCore QtGui x11`
++    phoenixlink := `pkg-config --libs QtCore QtGui x11` -ldl
+   endif
+ else ifeq ($(platform),win)
+   phoenixflags := -DPHOENIX_WINDOWS





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-17  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 19:18 [gentoo-commits] gentoo-x86 commit in games-util/higan-purify/files: higan-purify-03-QA.patch Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-17  0:44 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox