4a462d4c38
- Add new MASTER_SITES for more robustness PR: ports/63889 Submitted by: maintainer
11 lines
199 B
Text
11 lines
199 B
Text
--- Makefile.orig Wed Oct 22 16:40:23 2003
|
|
+++ Makefile Wed Oct 22 16:40:34 2003
|
|
@@ -1,6 +1,6 @@
|
|
VERSION = 0.9
|
|
-CC = gcc
|
|
-CFLAGS = -g -O2
|
|
+CC ?= cc
|
|
+CFLAGS ?= -O -pipe
|
|
LDFLAGS =
|
|
LIBS =
|
|
DEFS =
|