diff options
author | linimon <linimon@FreeBSD.org> | 2017-02-25 05:55:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-02-25 05:55:52 +0800 |
commit | 54330def4d181838f5785721379b31a33fa266ec (patch) | |
tree | 13b84ab0345b02f8f8c1eb8346e609af765e3bfa /shells | |
parent | e5a7b6b7bed980284d05b5122e1d49dbb307233d (diff) | |
download | freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.tar.gz freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.tar.zst freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.zip |
Mark a few leaf ports broken on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/sparforte/Makefile | 4 |
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: |