openbsd-ports/mbone/speak_freely/patches/patch-ae
1999-06-20 21:05:35 +00:00

20 lines
386 B
Plaintext

--- blowfish/Makefile.orig Sat Jun 19 22:02:15 1999
+++ blowfish/Makefile Sat Jun 19 22:04:25 1999
@@ -17,14 +17,14 @@
#OPTS= # use for pentium pro, Alpha and HP
MAKE=make -f Makefile
-CC=cc
+#CC=cc
CFLAG= -O
#CC=gcc
#CFLAG= -O4 -funroll-loops -fomit-frame-pointer
#CFLAG= -O3 -fomit-frame-pointer
-CFLAGS=$(OPTS) $(CFLAG)
+#CFLAGS=$(OPTS) $(CFLAG)
CPP=$(CC) -E
AS=as