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 <[EMAIL PROTECTED]>  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
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to