diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-26 19:26:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-26 19:26:16 +0000 |
commit | 886cbfdbd33afcaea6d0737d05a2cce36bf2c16e (patch) | |
tree | 1d75f7c39e285aebee2cf25940d989b61e1e3311 /games-rpg/daimonin-client/files | |
parent | Marked ~ppc-macos for bug #352300 (diff) | |
download | historical-886cbfdbd33afcaea6d0737d05a2cce36bf2c16e.tar.gz historical-886cbfdbd33afcaea6d0737d05a2cce36bf2c16e.tar.bz2 historical-886cbfdbd33afcaea6d0737d05a2cce36bf2c16e.zip |
old
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-rpg/daimonin-client/files')
-rw-r--r-- | games-rpg/daimonin-client/files/daimonin-client-0.9.7.1-nozlib.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games-rpg/daimonin-client/files/daimonin-client-0.9.7.1-nozlib.patch b/games-rpg/daimonin-client/files/daimonin-client-0.9.7.1-nozlib.patch deleted file mode 100644 index ed30c1977bc8..000000000000 --- a/games-rpg/daimonin-client/files/daimonin-client-0.9.7.1-nozlib.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.am.old 2010-03-26 16:00:53.000000000 +0100 -+++ Makefile.am 2010-03-26 16:01:39.000000000 +0100 -@@ -2,21 +2,16 @@ - daimonin_PROGRAMS = daimonin daimonin-updater - - daimonin_SOURCES = \ -- ../../src/adler32.c \ - ../../src/book.c \ - ../../src/buddy.c \ - ../../src/chatfilter.c \ - ../../src/client.c \ - ../../src/commands.c \ -- ../../src/crc32.c \ - ../../src/dialog.c \ - ../../src/event.c \ - ../../src/filewrap.c \ - ../../src/group.c \ - ../../src/ignore.c \ -- ../../src/inffast.c \ -- ../../src/inflate.c \ -- ../../src/inftrees.c \ - ../../src/interface.c \ - ../../src/inventory.c \ - ../../src/item.c \ -@@ -31,11 +26,9 @@ - ../../src/sound.c \ - ../../src/sprite.c \ - ../../src/textwin.c \ -- ../../src/uncompr.c \ - ../../src/wrapper.c \ -- ../../src/widget.c \ -- ../../src/zutil.c --daimonin_LDADD = -lSDL_mixer -lSDL_image @SDL_LIBS@ @EXTRA_LIBS@ @PHYSFS_LIBS@ -+ ../../src/widget.c -+daimonin_LDADD = -lSDL_mixer -lSDL_image @SDL_LIBS@ @EXTRA_LIBS@ @PHYSFS_LIBS@ -lz - daimonin_OBJDIR = objs - - daimonin_updater_SOURCES = \ |