diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-17 03:06:06 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-17 03:06:06 +0000 |
commit | fa72fbc12bc66bf03af893c6de284dd99145e872 (patch) | |
tree | ffe0427f9a978ebc0062d2ae67d30c95d3e76c63 /games-action/luola/files | |
parent | vanilla-3.7.8 + genpatches-3.7-10 + grsecurity-2.9.1-3.7.8-201302161158 (diff) | |
download | historical-fa72fbc12bc66bf03af893c6de284dd99145e872.tar.gz historical-fa72fbc12bc66bf03af893c6de284dd99145e872.tar.bz2 historical-fa72fbc12bc66bf03af893c6de284dd99145e872.zip |
version bump
Package-Manager: portage-2.2.0_alpha162/cvs/Linux x86_64
Manifest-Sign-Key: 0xE73C35B3
Diffstat (limited to 'games-action/luola/files')
-rw-r--r-- | games-action/luola/files/luola-1.3.2-underlink.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/luola/files/luola-1.3.2-underlink.patch b/games-action/luola/files/luola-1.3.2-underlink.patch new file mode 100644 index 000000000000..5bf998177be7 --- /dev/null +++ b/games-action/luola/files/luola-1.3.2-underlink.patch @@ -0,0 +1,11 @@ +--- src/Makefile.am.old 2011-06-17 08:41:40.882481147 +0200 ++++ src/Makefile.am 2011-06-17 08:41:58.497602372 +0200 +@@ -2,7 +2,7 @@ + + bin_PROGRAMS = luola + +-luola_LDADD = @SDL_LIBS@ ++luola_LDADD = @SDL_LIBS@ -lm + + luola_SOURCES = \ + defines.h \ |