SOURCES: xmoto-opt.patch (NEW) - use OPTFLAGS

qboosh qboosh at pld-linux.org
Fri Oct 7 10:05:02 CEST 2005


Author: qboosh                       Date: Fri Oct  7 08:05:02 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use OPTFLAGS

---- Files affected:
SOURCES:
   xmoto-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xmoto-opt.patch
diff -u /dev/null SOURCES/xmoto-opt.patch:1.1
--- /dev/null	Fri Oct  7 10:05:02 2005
+++ SOURCES/xmoto-opt.patch	Fri Oct  7 10:04:57 2005
@@ -0,0 +1,13 @@
+--- xmoto-0.1.5/Makefile.in.orig	2005-10-03 15:52:03.000000000 +0200
++++ xmoto-0.1.5/Makefile.in	2005-10-07 09:49:05.000000000 +0200
+@@ -76,8 +76,8 @@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
+ INCLUDES = -Isrc
+-CXXFLAGS = -w -O3 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
+-CFLAGS = -w -O3 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
++CXXFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
++CFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
+ SUBDIRS = bin
+ 
+ image_SOURCES = src/image/tim.cpp src/image/tim_io_stdio.cpp \
================================================================



More information about the pld-cvs-commit mailing list