]> git.pld-linux.org Git - packages/docbook-to-man.git/commitdiff
- optflags in Instant/tpregexp dir
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Oct 2006 10:21:12 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-to-man-opt.patch -> 1.1

docbook-to-man-opt.patch [new file with mode: 0644]

diff --git a/docbook-to-man-opt.patch b/docbook-to-man-opt.patch
new file mode 100644 (file)
index 0000000..a40cb23
--- /dev/null
@@ -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=
This page took 0.102995 seconds and 4 git commands to generate.