r5302 - packages/trunk/funguloids/debian

Andres Mejia ceros-guest at alioth.debian.org
Sat Jan 12 08:02:01 UTC 2008


Author: ceros-guest
Date: 2008-01-12 08:02:01 +0000 (Sat, 12 Jan 2008)
New Revision: 5302

Modified:
   packages/trunk/funguloids/debian/rules
Log:
Fixed call to ./configure

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2008-01-12 08:00:32 UTC (rev 5301)
+++ packages/trunk/funguloids/debian/rules	2008-01-12 08:02:01 UTC (rev 5302)
@@ -28,7 +28,7 @@
 	autoheader -f && \
 	automake --add-missing --force-missing --copy && \
 	autoconf -f && \
-	CXX=$(DEB_HOST_GNU_TYPE)-g++ CXXFLAGS=$(CXXFLAGS) \
+	CXX=$(DEB_HOST_GNU_TYPE)-g++ CXXFLAGS="$(CXXFLAGS)" \
 		./configure --prefix=/usr --with-fmod=no
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list