freebsd-ports/audio/xmms/files/patch-ad
Maxim Sobolev d500f8b6fd Update to 1.2.5.
PR:		28292
Submitted by:	maintainer
2001-06-21 15:34:31 +00:00

25 lines
739 B
Plaintext

$FreeBSD$
--- configure.orig Mon Jun 18 22:53:50 2001
+++ configure Thu Jun 21 18:24:01 2001
@@ -8062,7 +8062,6 @@
ARCH_DEFINES=""
case "$host" in
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
- CFLAGS="$CFLAGS -m486"
ARCH_DEFINES="-DI386_ASSEM"
arch_type=ix86
;;
@@ -8858,10 +8857,6 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- esac
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
# The eval makes quoting arguments work.