diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 21:10:38 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 21:10:38 +0000 |
commit | 4a3af9e39ddaea2059648f9877db92dd142e3330 (patch) | |
tree | 7a8e34afda2dccff699ffc843f0cb2147840d006 /shells/esh | |
parent | 29ee96d0dca283c394ff9fe5b4c4c5a2bde14643 (diff) | |
download | ports-4a3af9e39ddaea2059648f9877db92dd142e3330.tar.gz ports-4a3af9e39ddaea2059648f9877db92dd142e3330.zip |
Notes
Diffstat (limited to 'shells/esh')
-rw-r--r-- | shells/esh/Makefile | 5 |
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>| ; \ |