mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on aarch64
PR: 213866 Submitted by: Andrew Turner <Andrew@FreeBSD.org> Reported by: Glen Barber <gjb@FreeBSD.org>
This commit is contained in:
parent
bcbd5c078e
commit
0315a95d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433060
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue