]> git.pld-linux.org Git - packages/stone_soup.git/commitdiff
- pass our CFLAGS, fix linking
authorlisu <lisu@pld-linux.org>
Fri, 14 Aug 2009 08:25:56 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stone_soup-tiles.patch -> 1.1

stone_soup-tiles.patch [new file with mode: 0644]

diff --git a/stone_soup-tiles.patch b/stone_soup-tiles.patch
new file mode 100644 (file)
index 0000000..3344bf0
--- /dev/null
@@ -0,0 +1,12 @@
+--- stone_soup-0.5.1-src/source/rltiles/makefile.unix~ 2009-07-29 01:57:26.000000000 +0200
++++ stone_soup-0.5.1-src/source/rltiles/makefile.unix  2009-08-13 17:12:16.000000000 +0200
+@@ -39,7 +39,7 @@
+ distclean: clean
+ .cc.o:
+-      ${CXX} ${CFLAGS} -c $< -o $@
++      ${CXX} $(OPTFLAGS) ${CFLAGS} -c $< -o $@
+ $(TILEGEN): $(OBJECTS)
+-      ${CXX} ${LDFLAGS} $(OBJECTS) -o $@
++      ${CXX} ${LDFLAGS} $(OPTFLAGS) $(OBJECTS) -o $@ -lpng -lSDL_image
This page took 0.724866 seconds and 4 git commands to generate.