freebsd-ports/audio/cd-discid/files/patch-Makefile
2003-10-23 00:01:04 +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.8
-CC = gcc
-CFLAGS = -g -O2
+CC ?= cc
+CFLAGS ?= -O -pipe
LDFLAGS =
LIBS =
DEFS =