aboutsummaryrefslogtreecommitdiff
path: root/audio/cd-discid
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
commitd4788043a63ef9283977820ebeb919278611e7b7 (patch)
tree5f7611ba1ce09680731e60f67c8da3676b89757f /audio/cd-discid
parent05eb22af038d154adc5b143ee7b9f20c4906ac12 (diff)
downloadports-d4788043a63ef9283977820ebeb919278611e7b7.tar.gz
ports-d4788043a63ef9283977820ebeb919278611e7b7.zip
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91918
Diffstat (limited to 'audio/cd-discid')
-rw-r--r--audio/cd-discid/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cd-discid/files/patch-Makefile b/audio/cd-discid/files/patch-Makefile
new file mode 100644
index 000000000000..579fda32c64a
--- /dev/null
+++ b/audio/cd-discid/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- 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 =