summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-27 09:41:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-27 09:41:42 +0000
commit8b571a86f2a0ef748446c1703a264e429aed6560 (patch)
treec51df856734f4a4f1ba6cad71cf3a40aa5cbdba7 /multimedia
parentccio shared library now called libccio.so.0, not libccio-1.2.so.0. (diff)
Yet again fix cranking sound.
Problem brought by: sobomax Overlooked by: maintainer Reported by: many
Notes
Notes: svn path=/head/; revision=33182
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms/Makefile1
-rw-r--r--multimedia/xmms/files/patch-ad20
2 files changed, 15 insertions, 6 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 436d14c3f9e4..daf9139092e8 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
ftp://ftp.uk.xmms.org/xmms/1.2.x/ \
diff --git a/multimedia/xmms/files/patch-ad b/multimedia/xmms/files/patch-ad
index 1077b1f1963d..69fc08dace8d 100644
--- a/multimedia/xmms/files/patch-ad
+++ b/multimedia/xmms/files/patch-ad
@@ -1,6 +1,6 @@
---- configure.orig Thu Sep 21 19:06:59 2000
-+++ configure Thu Sep 21 19:10:00 2000
-@@ -4024,7 +4024,9 @@
+--- configure.orig Wed Sep 20 00:30:29 2000
++++ configure Wed Sep 27 12:22:43 2000
+@@ -4022,7 +4022,9 @@
echo "$ac_t""no" 1>&6
fi
@@ -11,7 +11,7 @@
if test "x$have_esd" = xyes; then
HAVE_ESD_TRUE=
-@@ -4305,7 +4307,9 @@
+@@ -4303,7 +4305,9 @@
rm -f conf.mikmodtest
@@ -22,7 +22,7 @@
if test "x$have_mikmod" = xyes; then
HAVE_MIKMOD_TRUE=
-@@ -5551,7 +5555,7 @@
+@@ -5549,7 +5553,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
@@ -31,7 +31,15 @@
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -7205,7 +7209,7 @@
+@@ -7171,14 +7175,14 @@
+
+ if test -n "$GCC"
+ then
+- CFLAGS="$CFLAGS -Wall -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math"
++ CFLAGS="$CFLAGS -Wall -fomit-frame-pointer -finline-functions -ffast-math"
+ fi
+
+ arch_type=other
ARCH_DEFINES=""
case "$host" in
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)