diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-27 17:41:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-27 17:41:42 +0800 |
commit | 9fee6ff4442317cfd44fcf03b35b822fc68a82bf (patch) | |
tree | 0ee09c7fbee47e6feb9cf2dfa4b77a35f1360adc /audio/xmms | |
parent | 91f1469b124581d9897e37cf0069865f3906794a (diff) | |
download | freebsd-ports-gnome-9fee6ff4442317cfd44fcf03b35b822fc68a82bf.tar.gz freebsd-ports-gnome-9fee6ff4442317cfd44fcf03b35b822fc68a82bf.tar.zst freebsd-ports-gnome-9fee6ff4442317cfd44fcf03b35b822fc68a82bf.zip |
Yet again fix cranking sound.
Problem brought by: sobomax
Overlooked by: maintainer
Reported by: many
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms/files/patch-ad | 20 |
2 files changed, 15 insertions, 6 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 436d14c3f9e4..daf9139092e8 100644 --- a/audio/xmms/Makefile +++ b/audio/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/audio/xmms/files/patch-ad b/audio/xmms/files/patch-ad index 1077b1f1963d..69fc08dace8d 100644 --- a/audio/xmms/files/patch-ad +++ b/audio/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-*-*) |