svn commit: r450465 - head/multimedia/tvheadend

Antoine Brodin antoine at FreeBSD.org
Sat Sep 23 18:47:34 UTC 2017


Author: antoine
Date: Sat Sep 23 18:47:32 2017
New Revision: 450465
URL: https://svnweb.freebsd.org/changeset/ports/450465

Log:
  Revert r450353 and unbreak
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/multimedia/tvheadend/Makefile

Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile	Sat Sep 23 18:26:44 2017	(r450464)
+++ head/multimedia/tvheadend/Makefile	Sat Sep 23 18:47:32 2017	(r450465)
@@ -48,8 +48,8 @@ SUB_LIST+=	TVHUSER="${TVHUSER}" \
 CONFIGURE_ENV+=	PLATFORM=freebsd
 CONFIGURE_ARGS+=--disable-dvbscan --disable-zlib --disable-hdhomerun_static \
 		--disable-bintray_cache --disable-ffmpeg_static --disable-pie
-CFLAGS+=	-Wno-conversion -Wno-int-to-pointer-cast
-LDFLAGS+=	-lexecinfo -lssl -lcrypto -lz
+CFLAGS+=	-I${LOCALBASE}/include -Wno-conversion -Wno-int-to-pointer-cast
+LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo -lssl -lcrypto -lz
 
 OPTIONS_DEFINE=	AVAHI DVBCSA HDHOMERUN INOTIFY TRANSCODING XMLTV
 OPTIONS_DEFAULT=DVBCSA HDHOMERUN INOTIFY


More information about the svn-ports-all mailing list