diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 05:32:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 05:32:54 +0800 |
commit | 6b10e9dc55405f360d9d1ea71cb86bab45519688 (patch) | |
tree | c4b87b8d3da89b7a82de84afe06e38f4e4294c51 /devel/cflow | |
parent | 56e7de8c4ea342fc77d9ae7db819e22c3a2aaf23 (diff) | |
download | freebsd-ports-gnome-6b10e9dc55405f360d9d1ea71cb86bab45519688.tar.gz freebsd-ports-gnome-6b10e9dc55405f360d9d1ea71cb86bab45519688.tar.zst freebsd-ports-gnome-6b10e9dc55405f360d9d1ea71cb86bab45519688.zip |
Honor CFLAGS.
PR: 16358
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Diffstat (limited to 'devel/cflow')
-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 |