public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/gnubg/files: gnubg-0.14.3-as-needed.patch
@ 2007-11-12 21:10 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2007-11-12 21:10 UTC (permalink / raw
  To: gentoo-commits

vapier      07/11/12 21:10:29

  Modified:             gnubg-0.14.3-as-needed.patch
  Log:
  Patch Makefile.in rather than Makefile.am so we dont need to run autotools #198936 by Michael.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  games-board/gnubg/files/gnubg-0.14.3-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?r1=1.1&r2=1.2

Index: gnubg-0.14.3-as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnubg-0.14.3-as-needed.patch	2 May 2006 05:07:34 -0000	1.1
+++ gnubg-0.14.3-as-needed.patch	12 Nov 2007 21:10:29 -0000	1.2
@@ -1,12 +1,11 @@
-diff -Nadurp gnubg-0.14.3/Makefile.am gnubg-0.14.3-as-needed/Makefile.am
---- gnubg-0.14.3/Makefile.am	2004-05-07 08:20:04.000000000 +0200
-+++ gnubg-0.14.3-as-needed/Makefile.am	2006-04-19 20:36:23.000000000 +0200
-@@ -120,7 +120,7 @@ gnubg_SOURCES = $(COMMON_SOURCES) gtkboa
- 	gtkpath.c gtkpath.h gtktoolbar.h gtktoolbar.c \
- 	$(BR1_SOURCES) $(SOUND_SOURCES) $(FONT_SOURCES) $(PYTHON_SOURCES) $(TIME_SOURCES)
- gnubg_LDADD = @GTK_LIBS@ $(COMMON_LIBS) $(SOUND_LIBS) $(PNG_LIBS) \
--        @LIBART_LIBS@ $(BOARD3D_LIBS) @THREAD_LIBS@
-+        @LIBART_LIBS@ $(BOARD3D_LIBS) @THREAD_LIBS@ -lutil
- gnubg_DEPENDENCIES = $(COMMON_DEPS) $(BOARD3D_DEPS)
- else
- ## --- Plain
+--- gnubg-0.14.3/Makefile.in
++++ gnubg-0.14.3/Makefile.in
+@@ -120,7 +120,7 @@
+ @USE_GTK_FALSE@ $(FONT_SOURCES)  $(PYTHON_SOURCES) $(TIME_SOURCES)
+
+ @USE_GTK_TRUE@gnubg_LDADD = @GTK_LIBS@ $(COMMON_LIBS) $(SOUND_LIBS) $(PNG_LIBS) \
+-@USE_GTK_TRUE@        @LIBART_LIBS@ $(BOARD3D_LIBS) @THREAD_LIBS@
++@USE_GTK_TRUE@        @LIBART_LIBS@ $(BOARD3D_LIBS) @THREAD_LIBS@ -lutil
+ 
+ @USE_GTK_FALSE@gnubg_LDADD = $(COMMON_LIBS) $(SOUND_LIBS) $(PNG_LIBS) @THREAD_LIBS@
+ 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-board/gnubg/files: gnubg-0.14.3-as-needed.patch
@ 2009-02-04 11:56 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-02-04 11:56 UTC (permalink / raw
  To: gentoo-commits

tupone      09/02/04 11:56:39

  Modified:             gnubg-0.14.3-as-needed.patch
  Log:
  Fix --as-needed bug #247340
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)

Revision  Changes    Path
1.3                  games-board/gnubg/files/gnubg-0.14.3-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?r1=1.2&r2=1.3

Index: gnubg-0.14.3-as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnubg-0.14.3-as-needed.patch	12 Nov 2007 21:10:29 -0000	1.2
+++ gnubg-0.14.3-as-needed.patch	4 Feb 2009 11:56:39 -0000	1.3
@@ -9,3 +9,14 @@
  
  @USE_GTK_FALSE@gnubg_LDADD = $(COMMON_LIBS) $(SOUND_LIBS) $(PNG_LIBS) @THREAD_LIBS@
  
+--- gnubg-0.14.3/configure
+--- gnubg-0.14.3/configure
+@@ -12216,7 +12216,7 @@
+ 
+             echo "$as_me:$LINENO: checking for python libraries" >&5
+ echo $ECHO_N "checking for python libraries... $ECHO_C" >&6
+-      PYTHON_LIBS=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LIBS'), distutils.sysconfig.get_config_var('LIBPL')+'/'+distutils.sysconfig.get_config_var('LIBRARY')"`
++      PYTHON_LIBS=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LIBPL')+'/'+distutils.sysconfig.get_config_var('LIBRARY'), distutils.sysconfig.get_config_var('LIBS')"`
+       echo "$as_me:$LINENO: result: $PYTHON_LIBS" >&5
+ echo "${ECHO_T}$PYTHON_LIBS" >&6
+






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

* [gentoo-commits] gentoo-x86 commit in games-board/gnubg/files: gnubg-0.14.3-as-needed.patch
@ 2009-08-07 21:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-07 21:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/07 21:09:58

  Modified:             gnubg-0.14.3-as-needed.patch
  Log:
  EAPI=2; fix building with USE=python (bug #280005)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-board/gnubg/files/gnubg-0.14.3-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch?r1=1.3&r2=1.4

Index: gnubg-0.14.3-as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnubg-0.14.3-as-needed.patch	4 Feb 2009 11:56:39 -0000	1.3
+++ gnubg-0.14.3-as-needed.patch	7 Aug 2009 21:09:58 -0000	1.4
@@ -16,7 +16,7 @@
              echo "$as_me:$LINENO: checking for python libraries" >&5
  echo $ECHO_N "checking for python libraries... $ECHO_C" >&6
 -      PYTHON_LIBS=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LIBS'), distutils.sysconfig.get_config_var('LIBPL')+'/'+distutils.sysconfig.get_config_var('LIBRARY')"`
-+      PYTHON_LIBS=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LIBPL')+'/'+distutils.sysconfig.get_config_var('LIBRARY'), distutils.sysconfig.get_config_var('LIBS')"`
++      PYTHON_LIBS=`python-config --libs`
        echo "$as_me:$LINENO: result: $PYTHON_LIBS" >&5
  echo "${ECHO_T}$PYTHON_LIBS" >&6
 






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

end of thread, other threads:[~2009-08-07 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 11:56 [gentoo-commits] gentoo-x86 commit in games-board/gnubg/files: gnubg-0.14.3-as-needed.patch Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-07 21:09 Michael Sterrett (mr_bones_)
2007-11-12 21:10 Mike Frysinger (vapier)

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