aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2018-02-16 06:13:52 +0800
committermadpilot <madpilot@FreeBSD.org>2018-02-16 06:13:52 +0800
commit6965a599d56e4b5db708e9a1172d91df1c8431b4 (patch)
tree81e18b1f645a667c1def132639ca5942e61cc2ba
parent10eac4051994503fd26b7880e08d014ceae002f5 (diff)
downloadfreebsd-ports-gnome-6965a599d56e4b5db708e9a1172d91df1c8431b4.tar.gz
freebsd-ports-gnome-6965a599d56e4b5db708e9a1172d91df1c8431b4.tar.zst
freebsd-ports-gnome-6965a599d56e4b5db708e9a1172d91df1c8431b4.zip
- Add back CMAKE_ARGS=-DENABLE_PIC=on to fix port on arm achitectures.
- Bump PORTREVISION since this influences binaries on other archs too. Reported by: mmel
-rw-r--r--multimedia/x265/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile
index bc9392116e39..42d81c6fd032 100644
--- a/multimedia/x265/Makefile
+++ b/multimedia/x265/Makefile
@@ -3,6 +3,7 @@
PORTNAME= x265
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://ftp.videolan.org/pub/videolan/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -34,7 +35,7 @@ HI12P_DESC= Enable HI12P Support (64-bit only)
OPTIMIZED_FLAGS_DESC= Enable O3 optimization
USE_LDCONFIG= yes
-CMAKE_ARGS= -DPLATFORM_LIBS=md -DENABLE_TESTS=on
+CMAKE_ARGS= -DENABLE_PIC=on -DPLATFORM_LIBS=md -DENABLE_TESTS=on
CFLAGS_mips= -DNO_ATOMICS # cannot use lang/gcc
CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc
EXTRACT_AFTER_ARGS+= --exclude "md5*"