diff options
author | green <green@FreeBSD.org> | 1999-12-26 07:02:30 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-12-26 07:02:30 +0800 |
commit | 1b9f33357bed24c57359833e43b49437d7d3caf9 (patch) | |
tree | 51a2f32e93d45608c238a5fab3ed60578be3a4e8 /math/calc | |
parent | b87a68184e497189f6faf63f633932617e7954b6 (diff) | |
download | freebsd-ports-gnome-1b9f33357bed24c57359833e43b49437d7d3caf9.tar.gz freebsd-ports-gnome-1b9f33357bed24c57359833e43b49437d7d3caf9.tar.zst freebsd-ports-gnome-1b9f33357bed24c57359833e43b49437d7d3caf9.zip |
Use -O.
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/calc/files/patch-ab b/math/calc/files/patch-ab new file mode 100644 index 000000000000..4263c2e5a14d --- /dev/null +++ b/math/calc/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Dec 19 01:48:45 1999 ++++ Makefile Sun Dec 19 01:49:31 1999 +@@ -623,7 +623,7 @@ + # + CCWARN= -Wall -Wno-implicit -Wno-comment + CCOPT= ${DEBUG} ${NO_SHARED} +-CCMISC= ++CCMISC= -O + # + CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC} + ICFLAGS= ${CCWARN} ${CCMISC} |