diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-30 10:24:04 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-30 10:24:04 +0000 |
| commit | 33ea9ff4a57fcd89608ff846140af0d5a99f3a02 (patch) | |
| tree | b8f94565d864d45b6f59c2f30fd7f648526e206d | |
| parent | Update to the 20180628 snapshot of GCC 8.3.1. (diff) | |
x11/xfd x11/xload: Don't mark as broken on aarch64
Don't mark x11/xfd and x11/xload as broken on aarch64, they build.
PR: 237739
Submitted by: linimon
Notes
Notes:
svn path=/head/; revision=505415
| -rw-r--r-- | x11/xfd/Makefile | 2 | ||||
| -rw-r--r-- | x11/xload/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 4035ccd46bfc..cf0b41de88e9 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -17,6 +17,4 @@ RUN_DEPENDS= fc-cache:x11-fonts/fontconfig XORG_CAT= app USE_XORG= x11 xft xkbfile xmu xrender xt xaw -BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory) - .include <bsd.port.mk> diff --git a/x11/xload/Makefile b/x11/xload/Makefile index de75e965ae9b..59c01ff7bea6 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -10,8 +10,6 @@ COMMENT= System load average display for X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory) - XORG_CAT= app USE_XORG= x11 xaw xmu xt |
