openbsd-ports/mbone/speak_freely/patches/patch-ae

20 lines
386 B
Plaintext
Raw Normal View History

1999-06-20 17:05:35 -04:00
--- 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