1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/audio/cd-discid/files/patch-Makefile

12 lines
199 B
Plaintext
Raw Normal View History

2003-10-23 00:01:04 +00:00
--- Makefile.orig Wed Oct 22 16:40:23 2003
+++ Makefile Wed Oct 22 16:40:34 2003
@@ -1,6 +1,6 @@
VERSION = 0.9
2003-10-23 00:01:04 +00:00
-CC = gcc
-CFLAGS = -g -O2
+CC ?= cc
+CFLAGS ?= -O -pipe
LDFLAGS =
LIBS =
DEFS =