diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:14:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:14:38 +0000 |
commit | e69be5bfe22802e3f9bcb0908058e7f2d7772924 (patch) | |
tree | 1e29ee1aed4d5f696d18722ebbec4e6ff64c2d5a /print/hp2xx | |
parent | c8f9094249eee14587067b1000314430f8382290 (diff) | |
download | ports-e69be5bfe22802e3f9bcb0908058e7f2d7772924.tar.gz ports-e69be5bfe22802e3f9bcb0908058e7f2d7772924.zip |
Notes
Diffstat (limited to 'print/hp2xx')
-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 |