aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-24 21:55:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-02-24 21:55:52 +0000
commiteae8bbbfc9e601c480576c77c93758c5e048641a (patch)
tree13b84ab0345b02f8f8c1eb8346e609af765e3bfa /shells
parent89dab71a6aeb545906068c2319a526bde654c5a0 (diff)
downloadports-eae8bbbfc9e601c480576c77c93758c5e048641a.tar.gz
ports-eae8bbbfc9e601c480576c77c93758c5e048641a.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/sparforte/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/sparforte/Makefile b/shells/sparforte/Makefile
index 77e9951872f5..46a6064d3e35 100644
--- a/shells/sparforte/Makefile
+++ b/shells/sparforte/Makefile
@@ -23,6 +23,8 @@ HAS_CONFIGURE= yes
MAKE_ARGS+= RPM_BUILD_ROOT=1
PORTDOCS= *
+BROKEN_aarch64= fails to compile: gnat1: error: unknown value aarch64 for -march
+
# Repurpose CXXFLAGS for gnatprep options
CXXFLAGS:= -DREADLINE=true \
-DBDB=true
@@ -148,7 +150,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spar
post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
post-install-EXAMPLES-on: