diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
commit | d4788043a63ef9283977820ebeb919278611e7b7 (patch) | |
tree | 5f7611ba1ce09680731e60f67c8da3676b89757f /audio/rexima | |
parent | 05eb22af038d154adc5b143ee7b9f20c4906ac12 (diff) | |
download | ports-d4788043a63ef9283977820ebeb919278611e7b7.tar.gz ports-d4788043a63ef9283977820ebeb919278611e7b7.zip |
Notes
Diffstat (limited to 'audio/rexima')
-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. # |