summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 17:53:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 17:53:38 +0000
commitdeb7f1bf973ab415208df29d1e44aba6a0c5055f (patch)
treea1e29a9005b234595b0ef98ddd7f335ceff8a594 /audio
parent* If package building, use the libxine backend as there are issues with (diff)
Revert the previous commit since libxine can't be made into a package due to
its dependency on djbfft. Instead, explicitly link against libm to try and fix the package build.
Notes
Notes: svn path=/head/; revision=89098
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox-devel/Makefile6
-rw-r--r--audio/rhythmbox/Makefile6
2 files changed, 2 insertions, 10 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index ecdbe36bf302..865f65eb6402 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -24,13 +24,9 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_LIBTOOL= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-WITH_XINE= yes
-.endif
-
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libvorbis.so)
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index ecdbe36bf302..865f65eb6402 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -24,13 +24,9 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_LIBTOOL= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-WITH_XINE= yes
-.endif
-
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libvorbis.so)