freebsd-ports/audio/cd-discid/files/patch-Makefile
Kirill Ponomarev 4a462d4c38 - Update to 0.9
- Add new MASTER_SITES for more robustness

PR:		ports/63889
Submitted by:	maintainer
2004-03-07 18:32:56 +00:00

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 =