SOURCES: docbook-to-man-opt.patch (NEW) - optflags in Instant/tpre...

qboosh qboosh at pld-linux.org
Sat Oct 28 12:21:17 CEST 2006


Author: qboosh                       Date: Sat Oct 28 10:21:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- optflags in Instant/tpregexp dir

---- Files affected:
SOURCES:
   docbook-to-man-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/docbook-to-man-opt.patch
diff -u /dev/null SOURCES/docbook-to-man-opt.patch:1.1
--- /dev/null	Sat Oct 28 12:21:17 2006
+++ SOURCES/docbook-to-man-opt.patch	Sat Oct 28 12:21:12 2006
@@ -0,0 +1,12 @@
+--- docbook-to-man-2.0.0.orig/Instant/tptregexp/Makefile.orig	1999-07-03 14:58:23.000000000 +0200
++++ docbook-to-man-2.0.0.orig/Instant/tptregexp/Makefile	2006-10-28 11:58:46.460444750 +0200
+@@ -50,7 +50,8 @@
+ # -p			profiler
+ PROF=
+ 
+-CFLAGS=-O $(ENV) $(TEST) $(PROF)
++OPT=-O
++CFLAGS=$(OPT) $(ENV) $(TEST) $(PROF)
+ LINTFLAGS=$(LENV) $(TEST) -ha
+ LDFLAGS=
+ 
================================================================


More information about the pld-cvs-commit mailing list