diff options
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 |