summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 21:32:54 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 21:32:54 +0000
commit93e60fc2192f5ac64cec744e6d175a3d27ce80d8 (patch)
treed0d51968272c1d34957932c623eb431a8c4d727c /devel
parentUpdate to version 2.5. (diff)
Honor CFLAGS.
PR: 16358 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes: svn path=/head/; revision=25264
Diffstat (limited to 'devel')
-rw-r--r--devel/cflow/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cflow/files/patch-aa b/devel/cflow/files/patch-aa
index 9fc9eeb2aaea..f4dac4dcfd5f 100644
--- a/devel/cflow/files/patch-aa
+++ b/devel/cflow/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Mon Mar 6 09:00:20 1995
---- Makefile Fri Sep 29 04:08:35 1995
+*** Makefile.orig Mon Mar 6 15:00:20 1995
+--- Makefile Tue Jan 25 23:25:46 2000
***************
*** 5,23 ****
endif
@@ -48,7 +48,7 @@
endif
! DEBUG=-g
- OPT=-O
+! OPT=-O
! CFLAGS=-Wall $(DEBUG) $(OPT) $(DEFS)
# set this to where to install
@@ -61,8 +61,8 @@
endif
! #DEBUG=-g
- OPT=-O
-! CFLAGS=$(DEBUG) $(OPT) $(DEFS)
+! #OPT=-O
+! CFLAGS+=$(DEBUG) $(OPT) $(DEFS)
# set this to where to install
BINDIR=$(PREFIX)/bin