diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-17 14:38:36 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-17 14:38:36 +0800 |
commit | dd60893f0b91cd70f711c715e65e3d4fadc2ce38 (patch) | |
tree | 54befc279b55ec7508cc23744fd5bb26ec47173d | |
parent | d462445e0bc546dce04f673dba43244e7b1e68b6 (diff) | |
download | freebsd-ports-gnome-dd60893f0b91cd70f711c715e65e3d4fadc2ce38.tar.gz freebsd-ports-gnome-dd60893f0b91cd70f711c715e65e3d4fadc2ce38.tar.zst freebsd-ports-gnome-dd60893f0b91cd70f711c715e65e3d4fadc2ce38.zip |
Now builds on powerpc64.
-rw-r--r-- | devel/elfutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/elfutils/Makefile b/devel/elfutils/Makefile index 24cea64f69c2..092d5f26360d 100644 --- a/devel/elfutils/Makefile +++ b/devel/elfutils/Makefile @@ -19,7 +19,6 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING-LGPLV3 BROKEN_aarch64= fails to build: fatal error: linux/uio.h: No such file or directory BROKEN_armv6= fails to build: fails to compile i386_disasm.c BROKEN_armv7= fails to build: fails to compile i386_disasm.c -BROKEN_powerpc64= fails to build: error: field 'r' has incomplete type LIB_DEPENDS= libargp.so:devel/argp-standalone PATCH_DEPENDS= ${NONEXISTENT}:devel/gnulib:extract |