aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2017-02-02 01:45:11 +0800
committerlev <lev@FreeBSD.org>2017-02-02 01:45:11 +0800
commit3b5b0ddb721a479449a9db19951a1b7b5b3ed6c1 (patch)
tree1ae52efecb8de6356a6814f40013e61df4a381eb
parent28176524096acb891303e801926202af7b090c8d (diff)
downloadfreebsd-ports-gnome-3b5b0ddb721a479449a9db19951a1b7b5b3ed6c1.tar.gz
freebsd-ports-gnome-3b5b0ddb721a479449a9db19951a1b7b5b3ed6c1.tar.zst
freebsd-ports-gnome-3b5b0ddb721a479449a9db19951a1b7b5b3ed6c1.zip
Fix build on aarch64
PR: 213866 Submitted by: Andrew Turner <Andrew@FreeBSD.org> Reported by: Glen Barber <gjb@FreeBSD.org>
-rw-r--r--devel/p5-subversion/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
index 89384bbc468c..d5495fc8cb9b 100644
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PKGNAMEPREFIX= p5-
+PORTREVISION= 1
MAINTAINER= lev@FreeBSD.org
COMMENT= Perl bindings for Version control system
@@ -29,6 +30,8 @@ CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
+CFLAGS_aarch64= -fPIC
+
ALL_TARGET= swig-pl-lib swig-pl
INSTALL_TARGET= install-swig-pl