r5319 - packages/trunk/funguloids/debian

Andres Mejia ceros-guest at alioth.debian.org
Sun Jan 13 03:14:43 UTC 2008


Author: ceros-guest
Date: 2008-01-13 03:14:42 +0000 (Sun, 13 Jan 2008)
New Revision: 5319

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/rules
Log:
Don't use CXX variable

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2008-01-13 03:13:59 UTC (rev 5318)
+++ packages/trunk/funguloids/debian/changelog	2008-01-13 03:14:42 UTC (rev 5319)
@@ -27,6 +27,7 @@
     + Adding proper CXXFLAGS.
     + Adding option to use nostrip.
     + Calling GNU configure properly (from autotools-dev documentation).
+    + Don't use CXX variable.
 
  -- Andres Mejia <mcitadel at gmail.com>  Sat, 12 Jan 2008 00:46:39 -0500
 

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2008-01-13 03:13:59 UTC (rev 5318)
+++ packages/trunk/funguloids/debian/rules	2008-01-13 03:14:42 UTC (rev 5319)
@@ -40,7 +40,7 @@
 	autoheader -f && \
 	automake --add-missing --force-missing --copy && \
 	autoconf -f && \
-	CXX=$(DEB_HOST_GNU_TYPE)-g++ CXXFLAGS="$(CXXFLAGS)" \
+	CXXFLAGS="$(CXXFLAGS)" \
 		./configure $(confflags) --prefix=/usr --with-fmod=no
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list