diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 10:39:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 10:39:54 +0800 |
commit | d60fd30e6cf9abf51756ac41f75e507662e94bae (patch) | |
tree | 2a517a4488e1aab2222e57ab5e747212eebb376c /lang | |
parent | a42352a0d04de1f18c24ee382fc67d6419f34c00 (diff) | |
download | freebsd-ports-gnome-d60fd30e6cf9abf51756ac41f75e507662e94bae.tar.gz freebsd-ports-gnome-d60fd30e6cf9abf51756ac41f75e507662e94bae.tar.zst freebsd-ports-gnome-d60fd30e6cf9abf51756ac41f75e507662e94bae.zip |
I jumped the gun by marking this broken on powerpc64. There is
active work ongoing to debug it.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index fe02295604f9..a5c64ea10e01 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -BROKEN_powerpc64= fails to build: close.c: implicit declaration of function 'strdup' BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile .if defined(MAINTAINER_MODE) |