aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmp
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2008-04-18 03:12:02 +0800
committeranders <anders@FreeBSD.org>2008-04-18 03:12:02 +0800
commit66b6298617f50c0c6930685fa6b7e59217714e98 (patch)
tree3c0f37427f64f712ccd28491092c6f3da1c542d8 /audio/xmp
parent4d78fdb72dd1b2d42148389dfac416f0fc0c75ca (diff)
downloadfreebsd-ports-gnome-66b6298617f50c0c6930685fa6b7e59217714e98.tar.gz
freebsd-ports-gnome-66b6298617f50c0c6930685fa6b7e59217714e98.tar.zst
freebsd-ports-gnome-66b6298617f50c0c6930685fa6b7e59217714e98.zip
Remove obsolete patch forgotten by self.
Pointy hat to: me
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/files/patch-configure.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/xmp/files/patch-configure.in b/audio/xmp/files/patch-configure.in
deleted file mode 100644
index 067941bacf68..000000000000
--- a/audio/xmp/files/patch-configure.in
+++ /dev/null
@@ -1,34 +0,0 @@
---- configure.in.orig Sat Jan 20 02:06:28 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 \
- awe_voice.h sys/awe_voice.h linux/awe_voice.h \
-- sys/asoundlib.h esd.h)
-+ sys/asoundlib.h)
-
- dnl -----------------------------------------------------------------------
- dnl Check OS/architecture independent drivers
-@@ -173,15 +173,13 @@
- fi])
- fi
-
--if test "${ac_cv_header_esd_h}" = "yes"; then
-- AC_CHECK_LIB(esd, esd_play_stream, [
-- if test "${enable_esd}" != no; then
-- if test "${enable_dynamic}" != "yes"; then
-- LIBS="${LIBS} -lesd"
-- fi
-- DRIVERS="${DRIVERS} esd.o"
-- AC_DEFINE(DRIVER_ESD)
-- 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
-
- dnl -----------------------------------------------------------------------