summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-ad')
-rw-r--r--audio/maplay/files/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/maplay/files/patch-ad b/audio/maplay/files/patch-ad
index 649ef65e8b9d..bb62d8b11cce 100644
--- a/audio/maplay/files/patch-ad
+++ b/audio/maplay/files/patch-ad
@@ -1,15 +1,15 @@
--- configuration.sh.orig Thu Jun 23 07:14:46 1994
-+++ configuration.sh Sat Sep 18 14:52:25 1999
++++ configuration.sh Thu Nov 25 02:53:40 1999
@@ -72,6 +72,16 @@
INCLUDEDIRS=
LIBRARIES=
AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
+ FreeBSD*)
-+ COMPILER=g++
++ COMPILER='${CXX}'
+ if [ `uname -m` = "alpha" ]; then
-+ COMPILERFLAGS='-O2 -DLINUX'
++ COMPILERFLAGS='-DLINUX'
+ else
-+ COMPILERFLAGS='-O2 -m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
++ COMPILERFLAGS='-m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
+ fi
+ INCLUDEDIRS=
+ LIBRARIES=