diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 08:14:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 08:14:38 +0800 |
commit | 26ec3f1fcd37435cfa6d0033beb4f506927ddbd2 (patch) | |
tree | 64d21c0b6e7cd2b49ce0011df9a91434a93773b4 /print | |
parent | fc7170f61e3d82659e8adcf80a61ca1f0fb27f0a (diff) | |
download | freebsd-ports-gnome-26ec3f1fcd37435cfa6d0033beb4f506927ddbd2.tar.gz freebsd-ports-gnome-26ec3f1fcd37435cfa6d0033beb4f506927ddbd2.tar.zst freebsd-ports-gnome-26ec3f1fcd37435cfa6d0033beb4f506927ddbd2.zip |
Respect CFLAGS and don't hard-code -O2; inherit CC from <sys.mk>
Diffstat (limited to 'print')
-rw-r--r-- | print/hp2xx/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/hp2xx/files/patch-aa b/print/hp2xx/files/patch-aa index 739b46f4e933..900cb4bfe774 100644 --- a/print/hp2xx/files/patch-aa +++ b/print/hp2xx/files/patch-aa @@ -23,7 +23,7 @@ # #CC = gcc ! #CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions - CC = cc +! CC = cc ! CFLAGS = -O #LFLAGS = # only sometimes needed; see below for examples @@ -32,8 +32,8 @@ # For non-gcc compilers, simply set CFLAGS = -O (to start with) # #CC = gcc -! CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions - CC = cc +! CFLAGS += -Wall -ansi -fstrength-reduce -finline-functions +! #CC = cc ! #CFLAGS = -O #LFLAGS = # only sometimes needed; see below for examples |