diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 00:31:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 00:31:51 +0800 |
commit | b8afa262473f460262d3469aaeadeb9d15959b3b (patch) | |
tree | 717c3194df74d92626eeb4f46c671cad00fb9f8b | |
parent | d24395e6cdf0738c9b15b883d1512ff1ffe3e66c (diff) | |
download | freebsd-ports-gnome-b8afa262473f460262d3469aaeadeb9d15959b3b.tar.gz freebsd-ports-gnome-b8afa262473f460262d3469aaeadeb9d15959b3b.tar.zst freebsd-ports-gnome-b8afa262473f460262d3469aaeadeb9d15959b3b.zip |
Apparently now builds on powerpc64.
PR: 231833
Submitted by: Piotr Kubaj
-rw-r--r-- | devel/libosmocore/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libosmocore/Makefile b/devel/libosmocore/Makefile index 5eb2c426aeee..afd109e1abb9 100644 --- a/devel/libosmocore/Makefile +++ b/devel/libosmocore/Makefile @@ -12,8 +12,6 @@ COMMENT= Common library for all Osmocom projects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: application.c:179: \#pragma GCC diagnostic not allowed inside functions - LIB_DEPENDS= libgnutls.so:security/gnutls \ libpcsclite.so:devel/pcsc-lite \ libtalloc.so:devel/talloc |