]> git.pld-linux.org Git - packages/blassic.git/blobdiff - blassic-ac_fix.patch
- up to 0.7.1
[packages/blassic.git] / blassic-ac_fix.patch
index 893ac599af54e6575256ccf6933bc3ad9e800a06..bb88ea4ced47030f54d25ad1d47b96bef02af393 100644 (file)
  # This file is in the public domain.
 --- blassic/configure.ac.orig  Sat May 24 09:45:43 2003
 +++ blassic/configure.ac       Sat May 24 09:46:18 2003
-@@ -43,11 +43,11 @@
+@@ -42,7 +42,7 @@
  
  
  #CXXFLAGS="-g"  # default compilation options; avoids having -O2 by default
--CXXFLAGS="-O3"        # We want maximun optimization even in debugging.
-+#CXXFLAGS="-O3"       # We want maximun optimization even in debugging.
+-CXXFLAGS=$CXXFLAGS" -O3"      # We want maximun optimization even in debugging.
++#CXXFLAGS=$CXXFLAGS" -O3"     # We want maximun optimization even in debugging.
  
- # Julian: Some systems install ncurses in /opt
--CPPFLAGS="-I/opt/ncurses/include"
--LDFLAGS="-L/opt/ncurses/lib"
-+CPPFLAGS="-I/usr/include/ncurses -D_GNU_SOURCE"
-+#LDFLAGS="-L/opt/ncurses/lib"
- ###############################################################################
- # Julian
+ # Julian: Some systems install ncurses in /opt, path to X libraries needed.
+ # Julian: and some does not have the X includes default accesible.
This page took 0.043953 seconds and 4 git commands to generate.