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.
This commit is contained in:
Joe Marcus Clarke
2003-09-21 17:53:38 +00:00
parent 5dc4206195
commit deb7f1bf97
2 changed files with 2 additions and 10 deletions

View File

@@ -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)

View File

@@ -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)