packages: matrixgl/matrixgl-compiler.patch (NEW) - comment out checking for...

lisu lisu at pld-linux.org
Thu Jun 24 14:03:23 CEST 2010


Author: lisu                         Date: Thu Jun 24 12:03:23 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- comment out checking for c++ compiler section

---- Files affected:
packages/matrixgl:
   matrixgl-compiler.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/matrixgl/matrixgl-compiler.patch
diff -u /dev/null packages/matrixgl/matrixgl-compiler.patch:1.1
--- /dev/null	Thu Jun 24 14:03:23 2010
+++ packages/matrixgl/matrixgl-compiler.patch	Thu Jun 24 14:03:16 2010
@@ -0,0 +1,27 @@
+--- matrixgl-2.3/configure.ac~	2010-06-24 03:49:54.000000000 +0200
++++ matrixgl-2.3/configure.ac	2010-06-24 13:51:53.057640366 +0200
+@@ -39,15 +39,15 @@
+ 
+ dnl We need a cpp compiler to link libglu
+ AC_PROG_CXX
+-if test -z "$ac_ct_CXX"; then
+-   echo "***************************************************************"
+-   echo "FATAL ERROR: A c++ compiler cannot be found on your system."
+-   echo "You will need to install one for matrixgl to work. Check your "
+-   echo "package manager for g++ or similar. Check the dependencies"
+-   echo "section of the README file for more information."
+-   echo "***************************************************************"
+-   exit 1
+-fi
++#if test -z "$ac_ct_CXX"; then
++#   echo "***************************************************************"
++#   echo "FATAL ERROR: A c++ compiler cannot be found on your system."
++#   echo "You will need to install one for matrixgl to work. Check your "
++#   echo "package manager for g++ or similar. Check the dependencies"
++#   echo "section of the README file for more information."
++#   echo "***************************************************************"
++#   exit 1
++#fi
+ 
+ dnl Headers
+ AC_HEADER_STDC
================================================================


More information about the pld-cvs-commit mailing list