summaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-configure.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-21 14:53:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-21 14:53:51 +0000
commit50df4f8e0eb2395cd5433f6aac914284d1cb915d (patch)
tree8d2e65e3236dc232d1e5c35388fb4824a5d19ca5 /audio/xmp/files/patch-configure.in
parent*Cough cough*, declare variables before anything, because gcc 2.95.4 (diff)
- Fix botched local patch which was breaking compilation with esound
PR: ports/74128 Reported by: Michael C. Shultz <ringworm@inbox.lv>
Notes
Notes: svn path=/head/; revision=122073
Diffstat (limited to 'audio/xmp/files/patch-configure.in')
-rw-r--r--audio/xmp/files/patch-configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmp/files/patch-configure.in b/audio/xmp/files/patch-configure.in
index 783105abe24f..067941bacf68 100644
--- a/audio/xmp/files/patch-configure.in
+++ b/audio/xmp/files/patch-configure.in
@@ -1,5 +1,5 @@
--- configure.in.orig Sat Jan 20 02:06:28 2001
-+++ configure.in Sun Apr 8 11:32:48 2001
++++ configure.in Sun Nov 21 15:34:41 2004
@@ -142,7 +142,7 @@
sys/soundcard.h machine/soundcard.h \
sys/ultrasound.h linux/ultrasound.h machine/ultrasound.h \
@@ -9,7 +9,7 @@
dnl -----------------------------------------------------------------------
dnl Check OS/architecture independent drivers
-@@ -173,15 +173,10 @@
+@@ -173,15 +173,13 @@
fi])
fi
@@ -24,6 +24,9 @@
- fi])
+if test "$enable_esd" = yes; then
+ AC_CHECK_LIB(esd, esd_play_stream)
++ if test "${enable_dynamic}" != "yes"; then
++ LIBS="${LIBS} ${LDFLAGS} -lesd"
++ fi
+ DRIVERS="${DRIVERS} esd.o"
+ AC_DEFINE(DRIVER_ESD)
fi