aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-05 05:33:45 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-05 05:33:45 +0800
commit3765e323f91283bf964c9608173ed11730f05038 (patch)
tree91546dba6c44766d1fc5046cee98307248d12972 /multimedia
parent2df56d6e7d87e8e8c591ea8bdc3debc7206466c2 (diff)
downloadfreebsd-ports-gnome-3765e323f91283bf964c9608173ed11730f05038.tar.gz
freebsd-ports-gnome-3765e323f91283bf964c9608173ed11730f05038.tar.zst
freebsd-ports-gnome-3765e323f91283bf964c9608173ed11730f05038.zip
- Switch to options helpers
- Drop 8.x support
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gmerlin/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile
index 39b3c12ba1c2..c107d6d8d8ea 100644
--- a/multimedia/gmerlin/Makefile
+++ b/multimedia/gmerlin/Makefile
@@ -32,6 +32,7 @@ INSTALL_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
+LDFLAGS+= -Wl,--add-needed
INFO= gmerlin
@@ -47,6 +48,7 @@ CDDB_LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb
CDDB_CONFIGURE_OFF= --disable-cddb
CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio
CDIO_CONFIGURE_OFF= --disable-libcdio
+CDIO_BROKEN= fails to build with new libcdio
ESOUND_USE= gnome=esound
ESOUND_CONFIGURE_OFF= --disable-esd
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
@@ -65,16 +67,6 @@ QUICKTIME_CONFIGURE_OFF=--disable-lqt
TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
TIFF_CONFIGURE_OFF= --disable-libtiff
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MCDIO}
-BROKEN= Fails to build with new libcdio
-.endif
-
-.if !(${OPSYS} == FreeBSD && ${OSVERSION} < 900033)
-LDFLAGS+= -Wl,--add-needed
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
'/LIBS/s|-ldl || ; \