diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-02 05:07:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-02 05:07:34 +0000 |
commit | 90741017c3912ff345d40cd2852bb39c55309844 (patch) | |
tree | 544cdef224c37e7cffa1d47cb7254ceb661d3d0d /games-board/gnubg/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-90741017c3912ff345d40cd2852bb39c55309844.tar.gz gentoo-2-90741017c3912ff345d40cd2852bb39c55309844.tar.bz2 gentoo-2-90741017c3912ff345d40cd2852bb39c55309844.zip |
fix up IUSE and deps; desktop entry; patch for --as-needed - submitted by Denis Dupeyron via bug #130522
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'games-board/gnubg/files')
-rw-r--r-- | games-board/gnubg/files/gnubg-0.14.3-as-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch b/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch new file mode 100644 index 000000000000..dac4af9209a0 --- /dev/null +++ b/games-board/gnubg/files/gnubg-0.14.3-as-needed.patch @@ -0,0 +1,12 @@ +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 |