]> git.pld-linux.org Git - packages/docbook-to-man.git/blob - docbook-to-man-opt.patch
- release 3 (by relup.sh)
[packages/docbook-to-man.git] / docbook-to-man-opt.patch
1 --- docbook-to-man-2.0.0.orig/Instant/tptregexp/Makefile.orig   1999-07-03 14:58:23.000000000 +0200
2 +++ docbook-to-man-2.0.0.orig/Instant/tptregexp/Makefile        2006-10-28 11:58:46.460444750 +0200
3 @@ -50,7 +50,8 @@
4  # -p                   profiler
5  PROF=
6  
7 -CFLAGS=-O $(ENV) $(TEST) $(PROF)
8 +OPT=-O
9 +CFLAGS=$(OPT) $(ENV) $(TEST) $(PROF)
10  LINTFLAGS=$(LENV) $(TEST) -ha
11  LDFLAGS=
12  
This page took 0.0816210000000001 seconds and 4 git commands to generate.