Date: Wed, 1 Feb 2017 17:45:11 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433060 - head/devel/p5-subversion Message-ID: <201702011745.v11HjB2V099190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lev Date: Wed Feb 1 17:45:11 2017 New Revision: 433060 URL: https://svnweb.freebsd.org/changeset/ports/433060 Log: Fix build on aarch64 PR: 213866 Submitted by: Andrew Turner <Andrew@FreeBSD.org> Reported by: Glen Barber <gjb@FreeBSD.org> Modified: head/devel/p5-subversion/Makefile Modified: head/devel/p5-subversion/Makefile ============================================================================== --- head/devel/p5-subversion/Makefile Wed Feb 1 17:42:40 2017 (r433059) +++ head/devel/p5-subversion/Makefile Wed Feb 1 17:45:11 2017 (r433060) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702011745.v11HjB2V099190>