diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-28 13:59:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-28 13:59:31 +0000 |
commit | 6428f8bc358e190d2ec9c19def2d06e93ecde0fd (patch) | |
tree | 4774b82d3d55cd370f9b583a4c47afe66503ab38 /dev-games/guichan/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-6428f8bc358e190d2ec9c19def2d06e93ecde0fd.tar.gz gentoo-2-6428f8bc358e190d2ec9c19def2d06e93ecde0fd.tar.bz2 gentoo-2-6428f8bc358e190d2ec9c19def2d06e93ecde0fd.zip |
EAPI=2; re-roll patch so it applies
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-games/guichan/files')
-rw-r--r-- | dev-games/guichan/files/guichan-0.8.1-as-needed.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/dev-games/guichan/files/guichan-0.8.1-as-needed.patch b/dev-games/guichan/files/guichan-0.8.1-as-needed.patch index 3908f6956a53..24f1c993bb96 100644 --- a/dev-games/guichan/files/guichan-0.8.1-as-needed.patch +++ b/dev-games/guichan/files/guichan-0.8.1-as-needed.patch @@ -1,13 +1,12 @@ ---- src/sdl/Makefile.am.old 2009-01-28 11:45:52.000000000 +0100 -+++ src/sdl/Makefile.am 2009-01-28 11:57:39.000000000 +0100 +diff -ru guichan-0.8.1.orig/src/sdl/Makefile.am guichan-0.8.1/src/sdl/Makefile.am +--- guichan-0.8.1.orig/src/sdl/Makefile.am 2008-04-12 07:57:57.000000000 -0400 ++++ guichan-0.8.1/src/sdl/Makefile.am 2009-01-28 08:53:53.000000000 -0500 @@ -6,6 +6,8 @@ - - libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) --version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - + + libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + +libguichan_sdl_la_LIBADD = -lSDL_image -L$(top_srcdir)/src -lguichan + - libguichan_sdl_la_SOURCES = \ - sdl.cpp \ - sdlgraphics.cpp \ - + libguichan_sdl_la_SOURCES = \ + sdl.cpp \ + sdlgraphics.cpp \ |