summaryrefslogtreecommitdiff
path: root/audio/rexima
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/rexima
parentPacify Fenner's report. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91918
Diffstat (limited to 'audio/rexima')
-rw-r--r--audio/rexima/files/patch-Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/audio/rexima/files/patch-Makefile b/audio/rexima/files/patch-Makefile
index 1a635ce21dea..85b7577ce6af 100644
--- a/audio/rexima/files/patch-Makefile
+++ b/audio/rexima/files/patch-Makefile
@@ -1,6 +1,14 @@
---- Makefile.orig Sun Jan 19 19:44:36 2003
-+++ Makefile Sun Jan 19 19:44:49 2003
-@@ -7,7 +7,6 @@
+--- Makefile.orig Mon Apr 7 06:51:06 2003
++++ Makefile Wed Oct 22 16:41:57 2003
+@@ -1,13 +1,12 @@
+ # Makefile - makefile for rexima
+
+-CC=gcc
+-CFLAGS=-O -Wall
++CC?=cc
++CFLAGS?=-O -pipe
+
+ # Set BINDIR to directory for binary,
# MANDIR to directory for man page.
# Usually it will be simpler to just set PREFIX.
#