diff options
Diffstat (limited to 'devel/pccts/patches/patch-ad')
-rw-r--r-- | devel/pccts/patches/patch-ad | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/pccts/patches/patch-ad b/devel/pccts/patches/patch-ad index 0f6876c6aa3..dba2f21aac7 100644 --- a/devel/pccts/patches/patch-ad +++ b/devel/pccts/patches/patch-ad @@ -1,13 +1,15 @@ -$NetBSD: patch-ad,v 1.2 2004/01/29 11:49:50 grant Exp $ +$NetBSD: patch-ad,v 1.3 2011/03/11 14:49:03 drochner Exp $ ---- support/genmk/makefile.orig 1998-06-09 00:45:10.000000000 +1000 +--- support/genmk/makefile.orig 2000-09-10 01:14:18.000000000 +0000 +++ support/genmk/makefile -@@ -9,7 +9,7 @@ OBJ=genmk.o +@@ -7,8 +7,8 @@ SRC=genmk.c + OBJ=genmk.o + # Define PC if you use a PC OS (changes directory symbol and object file extension) # see pccts/h/pcctscfg.h - #CFLAGS=-I../../h -DPC - CFLAGS=-I../../h -CC=cc +-COPT=-O +#CC=cc ++#COPT=-O + #CFLAGS=-I../../h -DPC + CFLAGS=$(COPT) -I../../h BAG=../../bin/bag - - genmk: $(OBJ) $(SRC) ../../h/pcctscfg.h |