diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:03 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:39 +0000 |
| commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
| tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /shells | |
| parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/es/Makefile | 2 | ||||
| -rw-r--r-- | shells/ksh93/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index d3599960082b..ccdf7b367d00 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -14,7 +14,7 @@ USES= desthack readline GNU_CONFIGURE= yes CONFIGURE_ENV= es_cv_abused_getenv=no -CONFIGURE_ARGS= --with-readline +CONFIGURE_ARGS= --with-readline CFLAGS:= ${CFLAGS:N-O*} ALL_TARGET= es diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 11b8b2b5a4f9..b3b8d06a7284 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -47,7 +47,7 @@ CFLAGS+= -DMAP_TYPE LDFLAGS+= -lm MAKE_ENV= CCFLAGS="-Wno-unused-value -Wno-parentheses -Wno-logical-op-parentheses" CFLAGS="${CFLAGS}" -STATIC_MAKE_ENV= LDFLAGS+=-static +STATIC_MAKE_ENV= LDFLAGS+=-static KSH_PLIST_SUB= 93="" KSH93_PLIST_SUB= 93="93" |
