diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd-discid/files/patch-Makefile | 11 | ||||
-rw-r--r-- | audio/rexima/files/patch-Makefile | 14 |
2 files changed, 22 insertions, 3 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 = 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. # |