diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:32:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:32:54 +0000 |
commit | 93e60fc2192f5ac64cec744e6d175a3d27ce80d8 (patch) | |
tree | d0d51968272c1d34957932c623eb431a8c4d727c | |
parent | de8c3e242f8deb9bdb583c796d2d7cd55f3ae196 (diff) | |
download | ports-93e60fc2192f5ac64cec744e6d175a3d27ce80d8.tar.gz ports-93e60fc2192f5ac64cec744e6d175a3d27ce80d8.zip |
Notes
-rw-r--r-- | devel/cflow/files/patch-aa | 10 |
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 |