aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 21:10:38 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 21:10:38 +0000
commit4a3af9e39ddaea2059648f9877db92dd142e3330 (patch)
tree7a8e34afda2dccff699ffc843f0cb2147840d006 /shells
parent29ee96d0dca283c394ff9fe5b4c4c5a2bde14643 (diff)
downloadports-4a3af9e39ddaea2059648f9877db92dd142e3330.tar.gz
ports-4a3af9e39ddaea2059648f9877db92dd142e3330.zip
shells/esh: fix build on recent current and deprecate
Notes
Notes: svn path=/head/; revision=546831
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index e79dbf2904fe..8884cae728ab 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -20,6 +20,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \
INFO= esh
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
post-patch:
@${REINPLACE_CMD} -e \
's|<readline.h>|<readline/readline.h>| ; \