diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2014-10-13 22:39:55 +0200 |
---|---|---|
committer | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2014-10-13 22:39:55 +0200 |
commit | 5f2e9b7e9f7e84c118d3d3d9b8e33131af672b19 (patch) | |
tree | 4641c9115270bbd69d624a829700e44187cacd58 /games-simulation/corewars/files/0.9.13-corewars-lm.patch | |
parent | +radare2-0.9.7.ebuild (diff) | |
download | aluco-5f2e9b7e9f7e84c118d3d3d9b8e33131af672b19.tar.gz aluco-5f2e9b7e9f7e84c118d3d3d9b8e33131af672b19.tar.bz2 aluco-5f2e9b7e9f7e84c118d3d3d9b8e33131af672b19.zip |
+corewars-0.9.13-r1.ebuild
With gtk2 patch.
Diffstat (limited to 'games-simulation/corewars/files/0.9.13-corewars-lm.patch')
-rw-r--r-- | games-simulation/corewars/files/0.9.13-corewars-lm.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-simulation/corewars/files/0.9.13-corewars-lm.patch b/games-simulation/corewars/files/0.9.13-corewars-lm.patch new file mode 100644 index 0000000..2bedfe1 --- /dev/null +++ b/games-simulation/corewars/files/0.9.13-corewars-lm.patch @@ -0,0 +1,12 @@ +diff -Npur corewars-0.9.13.orig/configure.ac corewars-0.9.13/configure.ac +--- corewars-0.9.13.orig/configure.ac 2014-10-13 21:14:24.986941709 +0200 ++++ corewars-0.9.13/configure.ac 2014-10-13 21:21:02.827976130 +0200 +@@ -49,7 +49,7 @@ AM_PATH_GTK_2_0(2.0.0,,COREWARS=;AC_MSG_ + ************************************************************************ + ])) + +-LIBS="$LIBS $GTK_LIBS" ++LIBS="$LIBS $GTK_LIBS -lm" + dnl GTK_INCLUDE=`gtk-config --cflags` + AC_SUBST(INCLUDES) + INCLUDES="$INCLUDES $GTK_CFLAGS" |