packages: highlight/highlight-Makefile.patch - updated to 2.13

gotar gotar at pld-linux.org
Tue Oct 13 21:50:50 CEST 2009


Author: gotar                        Date: Tue Oct 13 19:50:50 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.13

---- Files affected:
packages/highlight:
   highlight-Makefile.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/highlight/highlight-Makefile.patch
diff -u packages/highlight/highlight-Makefile.patch:1.2 packages/highlight/highlight-Makefile.patch:1.3
--- packages/highlight/highlight-Makefile.patch:1.2	Wed May 27 19:17:36 2009
+++ packages/highlight/highlight-Makefile.patch	Tue Oct 13 21:50:45 2009
@@ -9,16 +9,27 @@
  # custom installation directory not listed in INSTALL.
  # Copy *.conf, ./langDefs, ./themes amd ./indentSchemes to /your/path/.
  # See ../makefile for the definition of ${data_dir}
-@@ -17,7 +17,7 @@
+@@ -17,8 +17,8 @@
  
  CXX=c++
  
 -CFLAGS:=-O2 ${CFLAGS}
+-#CFLAGS:=-ggdb ${CFLAGS}
 +CXXFLAGS:=-O2 ${CXXFLAGS}
++#CXXFLAGS:=-ggdb ${CXXFLAGS}
  
- # Source paths
- CORE_DIR=./core/
-@@ -42,7 +42,7 @@ endif
+ SO_VERSION=2.13
+ 
+@@ -38,7 +38,7 @@
+ 	HL_DATA_DIR = /usr/share/highlight/
+ endif
+ ifdef PIC
+-	CFLAGS+=-fPIC
++	CXXFLAGS+=-fPIC
+ endif
+ 
+ # Do not strip by default (Mac OS X lazy pointer issues)
+@@ -48,7 +48,7 @@
  #LDFLAGS = ${LDFLAGS} -s
  #LDFLAGS= -Wl,--as-needed
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/highlight/highlight-Makefile.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list