svn commit: r535719 - head/multimedia/x264

Jan Beich jbeich at FreeBSD.org
Mon May 18 05:43:25 UTC 2020


Author: jbeich
Date: Mon May 18 05:43:24 2020
New Revision: 535719
URL: https://svnweb.freebsd.org/changeset/ports/535719

Log:
  multimedia/x264: hook PGO distfile into makesum
  
  PR:		246219
  Approved by:	koobs (maintainer)

Modified:
  head/multimedia/x264/Makefile   (contents, props changed)

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Mon May 18 04:52:53 2020	(r535718)
+++ head/multimedia/x264/Makefile	Mon May 18 05:43:24 2020	(r535719)
@@ -53,6 +53,10 @@ OPTIONS_RADIO+=		MP4
 OPTIONS_RADIO_MP4+=	GPAC LSMASH
 OPTIONS_DEFAULT+=	FFMS LAVF LSMASH SWSCALE
 
+.if make(makesum) # for optional distfiles
+.MAKEFLAGS:	WITH="${OPTIONS_DEFINE}"
+.endif
+
 FFMS_DESC=		FFmpeg Source input support
 GPAC_DESC=		GPAC library support
 LAVF_DESC=		libav* format input support (requires FFmpeg)


More information about the svn-ports-all mailing list