diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:34:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:34:36 +0000 |
commit | 6d5d36d741296004a85377ccd3d215630eb2ad05 (patch) | |
tree | a5bdf74c22d8998d0ffcba86a3df0bfb2e7b79b3 /math/gap | |
parent | d0c44e78185cd7af627046ccc68c69e798b7500e (diff) |
Notes
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 0078e1aed015..f1f29fbd320c 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -38,6 +38,8 @@ GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} PLIST_FILES= bin/gap +BROKEN_aarch64= Fails to link: undefined reference to SyAllocBags + post-patch: @${REINPLACE_CMD} -i '' -e '1s|/usr/bin/sh|/bin/sh|' ${WRKSRC}/pkg/happrime/make_tarball |