aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-03-12 19:36:29 +0000
committerCy Schubert <cy@FreeBSD.org>2019-03-12 19:36:29 +0000
commit3502c8e584bf18a7b3d72fb9e27c8d0c0890cff7 (patch)
tree5b5af5e26195bd6199ad403b12e74c995d637251 /shells/ksh93
parent596270259d1ee98d0ea1dfdb0af0d1973b630a66 (diff)
downloadports-3502c8e584bf18a7b3d72fb9e27c8d0c0890cff7.tar.gz
ports-3502c8e584bf18a7b3d72fb9e27c8d0c0890cff7.zip
Pet portlint.
Submitted by: linimon@ Reported by: linimon@ Approved by: maintainer: Marcin Cieslak <saper@saper.info>
Notes
Notes: svn path=/head/; revision=495520
Diffstat (limited to 'shells/ksh93')
-rw-r--r--shells/ksh93/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 5535114ff480..add883b3ca9e 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -24,6 +24,8 @@ COMMENT= Official AT&T release of KornShell 93
LICENSE= EPL
+BROKEN_aarch64= Fails to compile: needs sbrk
+
CONFLICTS= ksh93-devel-*
OPTIONS_DEFINE= EXAMPLES STATIC
@@ -38,8 +40,6 @@ KSHVERSION= 2012-08-01
STATIC_MAKE_ENV= LDFLAGS+=-static
-BROKEN_aarch64= Fails to compile: needs sbrk
-
post-patch:
@${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' ${WRKSRC}/src/lib/libast/include/sfio*.h ${WRKSRC}/src/lib/libast/sfio/*.c