r4288 - packages/trunk/oolite/debian/patches

Eddy Petrisor eddyp-guest at alioth.debian.org
Fri Sep 28 01:08:14 UTC 2007


Author: eddyp-guest
Date: 2007-09-28 01:08:14 +0000 (Fri, 28 Sep 2007)
New Revision: 4288

Added:
   packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff
Log:
add a disabled patch that fixes the build issues for the experimental gnustep build tools; now I am too tired to enable it

Added: packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff
===================================================================
--- packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff	                        (rev 0)
+++ packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff	2007-09-28 01:08:14 UTC (rev 4288)
@@ -0,0 +1,24 @@
+only in patch2:
+unchanged:
+--- oolite-1.65.orig/GNUmakefile.postamble
++++ oolite-1.65/GNUmakefile.postamble
+@@ -3,13 +3,13 @@
+ # These copy all the base data files into where oolite expects them
+ # to live (Contents/Resources)
+ #
+-ifeq ($(debug),yes)
+-	EXTENSION=debug
+-	SHAREDOBJ=shared_debug_obj
+-else
++#ifeq ($(debug),yes)
++#	EXTENSION=debug
++#	SHAREDOBJ=obj
++#else
+ 	EXTENSION=app
+-	SHAREDOBJ=shared_obj
+-endif
++	SHAREDOBJ=obj
++#endif
+ 
+ ifeq ($(GNUSTEP_HOST_OS),mingw32)
+ 	BINARY=$(SHAREDOBJ)/$(OBJC_PROGRAM_NAME).exe




More information about the Pkg-games-commits mailing list