summaryrefslogtreecommitdiff
path: root/audio/dap/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/dap/files/patch-af')
-rw-r--r--audio/dap/files/patch-af13
1 files changed, 10 insertions, 3 deletions
diff --git a/audio/dap/files/patch-af b/audio/dap/files/patch-af
index 9d711d735a4d..2f5e8f0f1bd0 100644
--- a/audio/dap/files/patch-af
+++ b/audio/dap/files/patch-af
@@ -1,6 +1,13 @@
-diff -urN ../dap-2.1.1.orig/sound/Makefile.linux ./sound/Makefile.linux
---- ../dap-2.1.1.orig/sound/Makefile.linux Tue Feb 22 09:27:33 2000
-+++ ./sound/Makefile.linux Sun Jun 11 13:54:11 2000
+--- sound/Makefile.linux.orig Sun Jul 1 13:44:27 2001
++++ sound/Makefile.linux Sun Jul 1 13:45:00 2001
+@@ -1,5 +1,5 @@
+-CC = gcc
+-CXX = g++
++CC ?= gcc
++CXX ?= g++
+ FORMS = ../../xforms/FORMS
+ SPKIT = ../spkit
+ AUDIO = ../libaudio
@@ -9,9 +9,9 @@
HOMEDIR = $(HOME)
INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR)