summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 22:25:13 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 22:25:13 +0000
commit0d8aabec62371ef198d3542084c563c40a1a449e (patch)
tree9679f1e394ebe96ec6dfc65f2df7f1f26717bcfc /audio/maplay/files/patch-ad
parentUpdate to fine 2.3 to unbreak this port. (diff)
Honor CFLAGS/CXXFLAGS and get this to compile on systems with egcs
as the system compiler. PR: 15077 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23420
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=