aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cflow/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-30 05:32:54 +0800
committerSteve Price <steve@FreeBSD.org>2000-01-30 05:32:54 +0800
commit93e60fc2192f5ac64cec744e6d175a3d27ce80d8 (patch)
treed0d51968272c1d34957932c623eb431a8c4d727c /devel/cflow/files
parentde8c3e242f8deb9bdb583c796d2d7cd55f3ae196 (diff)
downloadfreebsd-ports-93e60fc2192f5ac64cec744e6d175a3d27ce80d8.tar.gz
freebsd-ports-93e60fc2192f5ac64cec744e6d175a3d27ce80d8.tar.zst
freebsd-ports-93e60fc2192f5ac64cec744e6d175a3d27ce80d8.zip
Honor CFLAGS.
PR: 16358 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes: svn path=/head/; revision=25264
Diffstat (limited to 'devel/cflow/files')
-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