diff options
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. # |