Date: Mon, 17 Oct 2016 15:49:29 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424126 - head/multimedia/handbrake Message-ID: <201610171549.u9HFnTcr004238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171549.u9HFnTcr004238>