summaryrefslogtreecommitdiff
path: root/multimedia/xmms/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xmms/files/patch-ad')
-rw-r--r--multimedia/xmms/files/patch-ad42
1 files changed, 0 insertions, 42 deletions
diff --git a/multimedia/xmms/files/patch-ad b/multimedia/xmms/files/patch-ad
deleted file mode 100644
index 1077b1f1963d..000000000000
--- a/multimedia/xmms/files/patch-ad
+++ /dev/null
@@ -1,42 +0,0 @@
---- configure.orig Thu Sep 21 19:06:59 2000
-+++ configure Thu Sep 21 19:10:00 2000
-@@ -4024,7 +4024,9 @@
- echo "$ac_t""no" 1>&6
- fi
-
--
-+if [ x"${HAVE_ESD_OVERRIDE}" != x"" ]; then
-+ have_esd=no
-+fi
-
- if test "x$have_esd" = xyes; then
- HAVE_ESD_TRUE=
-@@ -4305,7 +4307,9 @@
-
- rm -f conf.mikmodtest
-
--
-+if [ x"${HAVE_MIKMOD_OVERRIDE}" != x"" ]; then
-+ have_mikmod=no
-+fi
-
- if test "x$have_mikmod" = xyes; then
- HAVE_MIKMOD_TRUE=
-@@ -5551,7 +5555,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -7205,7 +7209,7 @@
- ARCH_DEFINES=""
- case "$host" in
- i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
-- CFLAGS="$CFLAGS -m486"
-+ CFLAGS="$CFLAGS"
- ARCH_DEFINES="-DI386_ASSEM"
- arch_type=ix86
- ;;