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
190 B
Plaintext
12 lines
190 B
Plaintext
--- idea/Makefile.orig Wed Jan 5 20:20:55 2000
|
|
+++ idea/Makefile Wed Jan 5 20:21:08 2000
|
|
@@ -7,7 +7,7 @@
|
|
# Compiler flags
|
|
|
|
CC = cc
|
|
-CFLAGS = -O
|
|
+CFLAGS = $(OPTFLAGS)
|
|
|
|
all: idea.a
|
|
|