diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-15 02:43:11 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-15 02:43:11 +0000 |
commit | 6a0e2f4d172ea4708724c6fae1af10d00cde9390 (patch) | |
tree | 9ee06014dbcbc87d1dadb77f202bbac1ef5a2f20 | |
parent | a487c022165065261bd077d2a078f9902e86f510 (diff) | |
download | ports-6a0e2f4d172ea4708724c6fae1af10d00cde9390.tar.gz ports-6a0e2f4d172ea4708724c6fae1af10d00cde9390.zip |
devel/sope2: unbreak on powerpc64
Builds fine.
-rw-r--r-- | devel/sope2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index aee70396af51..9dfd4391d611 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -13,7 +13,6 @@ COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 BROKEN_aarch64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Abort trap (core dumped) -BROKEN_powerpc64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped) LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libmemcached.so:databases/libmemcached |