diff options
author | kris <kris@FreeBSD.org> | 2003-10-23 08:01:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-23 08:01:04 +0800 |
commit | 47c45847ec49bb71a4cb984d65a7afb6bb8f75ee (patch) | |
tree | 93481e0fdaf90fec40d0da8c27d85cf83c7056e8 /audio/rexima/files | |
parent | e05325eb70c801164f035d122c235e6ce8e60686 (diff) | |
download | freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.tar.gz freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.tar.zst freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.zip |
Respect CC and CFLAGS
Diffstat (limited to 'audio/rexima/files')
-rw-r--r-- | audio/rexima/files/patch-Makefile | 14 |
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. # |