diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
commit | d43f7f7b6909daa9dfb040577218954df88a02dd (patch) | |
tree | 333ba32b8c0901805cda594834688be62eb2aaab /games/xqf/Makefile | |
parent | d49489e6dbcdf4a59d3c02dec9a40c2209c16392 (diff) |
Notes
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index ce379a3697a3..6e3134a6d14e 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -35,6 +35,8 @@ GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP BZIP2_CONFIGURE_ENABLE= bzip2 +BROKEN_aarch64= Fails to linkld: final link failed: Bad value + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR} |