svn commit: r394537 - head/multimedia/mpv
Jan Beich
jbeich at FreeBSD.org
Tue Aug 18 00:50:12 UTC 2015
Author: jbeich
Date: Tue Aug 18 00:50:11 2015
New Revision: 394537
URL: https://svnweb.freebsd.org/changeset/ports/394537
Log:
multimedia/mpv: drop nop include after r391260
multimedia/ffmpeg doesn't use non-default prefix for include
directories unlike multimedia/ffmpeg0 or multimedia/libav.
PR: 202401
Approved by: Carlos J Puga Medina <cpm at fbsd.es> (maintainer)
Modified:
head/multimedia/mpv/Makefile
Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile Tue Aug 18 00:31:29 2015 (r394536)
+++ head/multimedia/mpv/Makefile Tue Aug 18 00:50:11 2015 (r394537)
@@ -33,7 +33,7 @@ USE_XORG= x11 xv xxf86vm
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-CPPFLAGS+= -I.. -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include
+CPPFLAGS+= -I.. -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --prefix=${PREFIX} \
More information about the svn-ports-all
mailing list