aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-16 19:43:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-16 19:43:38 +0000
commit0c588166f3b3401d97e33daeeeefe30f1ed2dba3 (patch)
tree4e3653235b49e53b17a4e50ae459fe58645d1e96 /multimedia/x264/Makefile
parent031be99aedf035d9b7baab9ba9daf4e5e3da3e9e (diff)
downloadports-0c588166f3b3401d97e33daeeeefe30f1ed2dba3.tar.gz
ports-0c588166f3b3401d97e33daeeeefe30f1ed2dba3.zip
Notes
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r--multimedia/x264/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 6657107efb3a..771d9ee0b00d 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -18,7 +18,7 @@
PORTNAME= x264
PORTVERSION= 0.${X264_BUILD}.${X264_REV}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= multimedia
MASTER_SITES= https://samples.mplayerhq.hu/yuv4mpeg2/:pgo
DIST_SUBDIR= x264
@@ -98,12 +98,6 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \
--extra-cflags="${CPPFLAGS} ${CFLAGS}" \
--extra-ldflags="${LDFLAGS}"
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == powerpc64
-USE_GCC= yes
-.endif
-
post-extract-PGO-on:
@${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${Y4M_VIDEO_DISTFILE} \
>${WRKDIR}/${Y4M_VIDEO}
@@ -123,4 +117,4 @@ pre-build:
@(${RM} ${WRKSRC}/x264_config.h)
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>