diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /multimedia/xmms/files/patch-ad | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes:
svn path=/head/; revision=33029
svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'multimedia/xmms/files/patch-ad')
-rw-r--r-- | multimedia/xmms/files/patch-ad | 42 |
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 - ;; |