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

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

diff --git a/flatzebra-link.patch b/flatzebra-link.patch
new file mode 100644 (file)
index 0000000..cb29b72
--- /dev/null
@@ -0,0 +1,11 @@
+--- flatzebra-0.1.0/src/flatzebra/Makefile.am.orig     Sat Apr 26 06:19:06 2003
++++ flatzebra-0.1.0/src/flatzebra/Makefile.am  Wed Oct 15 15:30:51 2003
+@@ -25,7 +25,7 @@
+       -I$(top_srcdir)/src
+ libflatzebra_0_1_la_LIBADD = \
+-      $(SDL_LIBS)
++      $(SDL_LIBS) -lSDL_image -lSDL_mixer
+ pkgincludedir = $(includedir)/$(PACKAGE)-$(API)/$(PACKAGE)
+ pkginclude_HEADERS = \
This page took 0.051726 seconds and 4 git commands to generate.