aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-24 22:54:42 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:13:38 +0800
commit4a5763e1285a4e6914a5f044588c4788eb0485ec (patch)
treebbfb7a61fff0667bd2f7329989fe37f81005799f
parent4b6725df279d259a38cd2e3ac13b0e06d7be9f5c (diff)
downloadfreebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.tar.gz
freebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.tar.zst
freebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.zip
Tested to build on powerpc64.
The src tree does not have any comments about being endian-specific, so let's just remove the lines. Reported by: jbeich Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/pire/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/pire/Makefile b/devel/pire/Makefile
index e50fffa3c368..793e4b3ddb49 100644
--- a/devel/pire/Makefile
+++ b/devel/pire/Makefile
@@ -13,9 +13,6 @@ COMMENT= Perl Incompatible Regular Expressions library
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
-NOT_FOR_ARCHS= powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON= does not support big-endian architectures
-
USE_GITHUB= yes
GH_ACCOUNT= dprokoptsev