]> git.pld-linux.org Git - packages/gengameng.git/commitdiff
- missing -lSDL_image for library
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Oct 2003 12:52:11 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gengameng-link.patch -> 1.1

gengameng-link.patch [new file with mode: 0644]

diff --git a/gengameng-link.patch b/gengameng-link.patch
new file mode 100644 (file)
index 0000000..56c7dfb
--- /dev/null
@@ -0,0 +1,11 @@
+--- gengameng-4.1/src/gengameng/Makefile.am.orig       Fri Dec 28 18:11:03 2001
++++ gengameng-4.1/src/gengameng/Makefile.am    Wed Oct 15 14:49:55 2003
+@@ -27,7 +27,7 @@
+       Gengameng_LoadCompiledXPM.cpp \
+       Gengameng_LoadCompiledXPM.h
+ libgengameng_la_LIBADD = \
+-      @SDL_LIBS@
++      @SDL_LIBS@ -lSDL_image
+ pkginclude_HEADERS = \
+       Couple.h \
This page took 0.08901 seconds and 4 git commands to generate.