1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/calc/files/patch-ab

12 lines
268 B
Plaintext
Raw Normal View History

1999-12-25 23:02:30 +00:00
--- 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}