From da0e87f241378c36cd1bbfd3c3d2025cec3687d3 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 21 Sep 2003 17:53:38 +0000 Subject: 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. --- audio/rhythmbox-devel/Makefile | 6 +----- audio/rhythmbox/Makefile | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'audio') 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 .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 .if exists(${LOCALBASE}/lib/libvorbis.so) -- cgit