mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
49fcbda03e
- System-wide CFLAGS received appropriate respect - System md5 library used instead of port's own - GSM library now used properly from GSM port instead of SF port - portlint (add dummy Whom: line in Makefile) - move WWWs from Makefile to DESCR PR: 15921 Submitted by: Maxim Sobolev <sobomax@altavista.net>
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
--- blowfish/Makefile.orig Wed Jan 5 20:12:14 2000
|
|
+++ blowfish/Makefile Wed Jan 5 20:15:02 2000
|
|
@@ -18,7 +18,7 @@
|
|
|
|
MAKE=make -f Makefile
|
|
CC=cc
|
|
-CFLAG= -O
|
|
+CFLAG= $(OPTFLAGS)
|
|
|
|
#CC=gcc
|
|
#CFLAG= -O4 -funroll-loops -fomit-frame-pointer
|