diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-24 05:59:31 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-24 05:59:31 +0000 |
commit | 4355da35e0a036cdcc28bcbf4435646f5a688be8 (patch) | |
tree | 63d6a340dba03f3d1edc9db28304293a2e0fd8b5 /shells/ksh93 | |
parent | 93bd905f8a8f416440d42ed5b2daa88872805a27 (diff) | |
download | ports-4355da35e0a036cdcc28bcbf4435646f5a688be8.tar.gz ports-4355da35e0a036cdcc28bcbf4435646f5a688be8.zip |
devel/meson: Update to 0.51.0
Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html
PR: 238726
Submitted by: greg@unrelenting.technology (update to 0.50.1)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=505003
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 21230dff8a18..7686132e2d6a 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -20,9 +20,7 @@ GH_TAGNAME= ${HASH} KSH_CONFLICTS= pdksh-* KSH93_CONFLICTS= ksh93-devel-* ast-ksh-* -LDFLAGS+= -lm MESON_BUILD_DIR= build -MAKE_ENV= CCFLAGS="${CFLAGS}" OPTIONS_DEFAULT= KSH93 OPTIONS_SINGLE= BIN_KSH |