freebsd-ports/audio/cd-discid/files/patch-Makefile

12 lines
173 B
Text
Raw Normal View History

--- Makefile.orig 2003-01-05 20:18:07 UTC
+++ Makefile
2003-10-23 02:01:04 +02:00
@@ -1,6 +1,6 @@
VERSION = 0.8
2003-10-23 02:01:04 +02:00
-CC = gcc
-CFLAGS = -g -O2
+CC ?= cc
+CFLAGS ?= -O -pipe
LDFLAGS =
LIBS =
DEFS =