mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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>
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
--- des/Makefile.orig Wed Jan 5 20:20:30 2000
|
|
+++ des/Makefile Wed Jan 5 20:20:44 2000
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS=-O
|
|
+CFLAGS=$(OPTFLAGS)
|
|
|
|
all: des.a
|
|
|