openbsd-ports/www/communicator/patches.i386/patch-ab

27 lines
544 B
Plaintext

--- Fortify-1.4.5-unix-src/src/common/Makefile.orig Thu May 20 12:04:40 1999
+++ Fortify-1.4.5-unix-src/src/common/Makefile Thu May 20 12:05:20 1999
@@ -1,9 +1,9 @@
-CC = gcc # -Wall -ansi
+#CC = gcc # -Wall -ansi
# For GNU/Linux/BSD systems
-CFLAGS = -I. -O2 # -static
-YACC = bison -y
+#CFLAGS = -I. -O2 # -static
+#YACC = bison -y
LDFLAGS = -static
LEX = lex -l
RANLIB = ranlib
@@ -36,8 +36,8 @@
#RANLIB = :
# Everything else
-#CFLAGS = -I. -O
-#YACC = yacc
+CFLAGS = -I. -O2
+YACC = yacc
#LDFLAGS = # -static
#RANLIB = :