diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-24 21:45:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-24 21:45:13 +0000 |
commit | 0bdb381db86ca4f55ed833da64291c7c34007ba2 (patch) | |
tree | 856bf9e8aa6a2f6a452670c93b8e6fda1b05c67b | |
parent | a7066bf808bd51c02a9ea64df26db463880c4988 (diff) | |
download | ports-0bdb381db86ca4f55ed833da64291c7c34007ba2.tar.gz ports-0bdb381db86ca4f55ed833da64291c7c34007ba2.zip |
Notes
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index db00ae7b2360..f362d05ae14c 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -43,7 +43,7 @@ KSHVERSION= 2011-02-08 .include <bsd.port.options.mk> .if defined(WITH_STATIC) -MAKE_ENV+= LDFLAGS=-static +MAKE_ENV+= LDFLAGS+=-static .endif post-patch: |