public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-0.9.5-underlinking.patch
@ 2012-08-21 19:44 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-08-21 19:44 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/08/21 19:44:10

  Added:                pokerth-0.9.5-underlinking.patch
  Log:
  fix underlinking issues wrt #418349
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-board/pokerth/files/pokerth-0.9.5-underlinking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.1&content-type=text/plain

Index: pokerth-0.9.5-underlinking.patch
===================================================================
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu Aug 16 22:25:12 UTC 2012
Subject: build system

fix compilation for linkers that don't permit underlinking

--- pokerth_server.pro
+++ pokerth_server.pro
@@ -114,7 +114,7 @@
 LIBS += -lpokerth_lib \
 	-lpokerth_db \
 	-lpokerth_protocol \
-	-lcurl \
+	$$system(pkg-config --libs --static libcurl) \
 	-lircclient
 
 win32 {





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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-0.9.5-underlinking.patch
@ 2012-09-01  0:11 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-09-01  0:11 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/09/01 00:11:01

  Modified:             pokerth-0.9.5-underlinking.patch
  Log:
  fix as-needed
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-board/pokerth/files/pokerth-0.9.5-underlinking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?r1=1.1&r2=1.2

Index: pokerth-0.9.5-underlinking.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pokerth-0.9.5-underlinking.patch	21 Aug 2012 19:44:10 -0000	1.1
+++ pokerth-0.9.5-underlinking.patch	1 Sep 2012 00:11:01 -0000	1.2
@@ -3,15 +3,18 @@
 Subject: build system
 
 fix compilation for linkers that don't permit underlinking
+reorder linker line to fix issues with as-needed
 
 --- pokerth_server.pro
 +++ pokerth_server.pro
-@@ -114,7 +114,7 @@
+@@ -114,8 +114,8 @@
  LIBS += -lpokerth_lib \
  	-lpokerth_db \
  	-lpokerth_protocol \
 -	-lcurl \
-+	$$system(pkg-config --libs --static libcurl) \
- 	-lircclient
+-	-lircclient
++	-lircclient \
++	$$system(pkg-config --libs --static libcurl)
  
  win32 {
+ 	DEFINES += CURL_STATICLIB





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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-0.9.5-underlinking.patch
@ 2013-06-29 16:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-06-29 16:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/06/29 16:06:29

  Removed:              pokerth-0.9.5-underlinking.patch
  Log:
  old
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)


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

end of thread, other threads:[~2013-06-29 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 16:06 [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-0.9.5-underlinking.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-01  0:11 Julian Ospald (hasufell)
2012-08-21 19: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