svn commit: r424126 - head/multimedia/handbrake
John Marino
marino at FreeBSD.org
Mon Oct 17 15:49:30 UTC 2016
Author: marino
Date: Mon Oct 17 15:49:29 2016
New Revision: 424126
URL: https://svnweb.freebsd.org/changeset/ports/424126
Log:
multimedia/handbrake: fix after change in USES=localbase behavior
The build started failing on compilers that don't have /usr/local/lib
in the default search path.
Modified:
head/multimedia/handbrake/Makefile
Modified: head/multimedia/handbrake/Makefile
==============================================================================
--- head/multimedia/handbrake/Makefile Mon Oct 17 15:44:29 2016 (r424125)
+++ head/multimedia/handbrake/Makefile Mon Oct 17 15:49:29 2016 (r424126)
@@ -52,7 +52,7 @@ LIB_DEPENDS+= libdvdcss.so.2:multimedia/
GNU_CONFIGURE= yes
USES= autoreconf:build compiler:features gmake iconv \
- libtool:build localbase pkgconfig python:build
+ libtool:build localbase:ldflags pkgconfig python:build
WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION}
PLIST_FILES= bin/HandBrakeCLI
More information about the svn-ports-all
mailing list