aboutsummaryrefslogtreecommitdiff
path: root/math/kalgebra
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-04 17:39:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-04 17:39:07 +0000
commit90a53a7feea5a997ea3bda122f11281788e50271 (patch)
treec4332131ff3dfc6c63d29f2a09a8e3c7d102f183 /math/kalgebra
parent3753c97fd998faa4a9ae031526b73ac852a84f1a (diff)
downloadports-90a53a7feea5a997ea3bda122f11281788e50271.tar.gz
ports-90a53a7feea5a997ea3bda122f11281788e50271.zip
KDE5 ports: enable WEBENGINE on powerpc64 elfv2 by default
FreeBSD 13 soon switches to elfv2 abi on powerpc64, where qt5-webengine works. PR: 242430 Approved by: tcberner (maintainer, mentor)
Notes
Notes: svn path=/head/; revision=519036
Diffstat (limited to 'math/kalgebra')
-rw-r--r--math/kalgebra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile
index cec2b3bfe890..f9b4195f03a4 100644
--- a/math/kalgebra/Makefile
+++ b/math/kalgebra/Makefile
@@ -24,6 +24,8 @@ CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE
OPTIONS_DEFINE= DOCS WEBENGINE
OPTIONS_DEFAULT_amd64= WEBENGINE
OPTIONS_DEFAULT_i386= WEBENGINE
+OPTIONS_DEFAULT_powerpc64= ${OPTIONS_DEFAULT_powerpc64_${OSREL:R}}
+OPTIONS_DEFAULT_powerpc64_13= WEBENGINE
OPTIONS_SUB= yes
WEBENGINE_DESC= Add dependency on qt5-webengine