From 3e73cb269deacda7504a10262f9942344d70eb2e Mon Sep 17 00:00:00 2001 From: nox Date: Sat, 12 Jul 2014 18:03:24 +0000 Subject: - Fix build with MUSEPACK knob. - Replace another occurence of /usr/local with LOCALBASE. PR: 191836 Submitted by: mikhail.rokhin@gmail.com --- multimedia/vlc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia/vlc') diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 4b826d729c51..207425a17a99 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -117,8 +117,8 @@ DVDNAV_CONFIGURE_ENABLE=dvdnav FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad FAAD_CONFIGURE_ENABLE= faad -FAAD_CONFIGURE_ENV= CPPFLAGS_faad="-I/usr/local/include" \ - LIBS_faad="-L/usr/local/lib" +FAAD_CONFIGURE_ENV= CPPFLAGS_faad="-I${LOCALBASE}/include" \ + LIBS_faad="-L${LOCALBASE}/lib" FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac FLAC_CONFIGURE_ENABLE= flac @@ -198,6 +198,7 @@ MTP_CONFIGURE_ENABLE= mtp MUSEPACK_LIB_DEPENDS= libmpcdec.so:${PORTSDIR}/audio/musepack MUSEPACK_CONFIGURE_ENABLE= mpc +MUSEPACK_CONFIGURE_ENV= LIBS_mpc="-L${LOCALBASE}/lib -lmpcdec" NCURSES_USES= ncurses NCURSES_CONFIGURE_ENV= NCURSES_CFLAGS="-I${NCURSESINC}" \ -- cgit