]> git.pld-linux.org Git - packages/stone_soup.git/commitdiff
- don't add DATADIR string twice
authorlisu <lisu@pld-linux.org>
Wed, 14 Oct 2009 12:18:56 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stone_soup-tiles.patch -> 1.2

stone_soup-tiles.patch

index 3344bf00cb791cc02942ea7847cfe232d69b66a1..3ff175a0d77872fc92b447678f4d4162e4cc4ce9 100644 (file)
  $(TILEGEN): $(OBJECTS)
 -      ${CXX} ${LDFLAGS} $(OBJECTS) -o $@
 +      ${CXX} ${LDFLAGS} $(OPTFLAGS) $(OBJECTS) -o $@ -lpng -lSDL_image
+--- stone_soup-0.5.2-src/source/tilesdl.cc~    2009-10-06 18:44:04.000000000 +0000
++++ stone_soup-0.5.2-src/source/tilesdl.cc     2009-10-14 13:56:19.000000000 +0000
+@@ -240,9 +240,6 @@
+     SDL_WM_SetCaption(CRAWL " " VERSION, CRAWL);
+     const char *icon_name =
+-#ifdef DATA_DIR_PATH
+-            DATA_DIR_PATH
+-#endif
+ #ifdef WIN32TILES
+             "dat/tiles/stone_soup_icon-win32.png";
+ #else
This page took 0.32478 seconds and 4 git commands to generate.