diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-26 01:23:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-26 01:23:37 +0800 |
commit | 83766d4303b0a5770552382b8a2fa3893e4bf701 (patch) | |
tree | 10b6f0cc4bb029fcba4fc41d7c8bf1f415c22236 /textproc | |
parent | 96ce760dbb7316e91164e17f0d6e20db3022cfd1 (diff) | |
download | freebsd-ports-gnome-83766d4303b0a5770552382b8a2fa3893e4bf701.tar.gz freebsd-ports-gnome-83766d4303b0a5770552382b8a2fa3893e4bf701.tar.zst freebsd-ports-gnome-83766d4303b0a5770552382b8a2fa3893e4bf701.zip |
This should not have been marked broken on powerpc64; the errorlog I looked
at was from a previous revision of the Makefile.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 0601efd11afa..147e4837bc62 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libtre.so:textproc/libtre \ RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets BROKEN_aarch64= fails to link: missing sbrk -BROKEN_powerpc64= fails to compile: gmp.h: 'UINT_MAX' undeclared USES= gettext localbase tk:wrapper,run CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes |