svn commit: r553982 - head/shells/zsh
Mateusz Piotrowski
0mp at FreeBSD.org
Tue Nov 3 13:30:39 UTC 2020
Author: 0mp
Date: Tue Nov 3 13:30:38 2020
New Revision: 553982
URL: https://svnweb.freebsd.org/changeset/ports/553982
Log:
Switch to USES=localbase:ldflags
Approved by: portmgr blanket
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Tue Nov 3 13:22:58 2020 (r553981)
+++ head/shells/zsh/Makefile Tue Nov 3 13:30:38 2020 (r553982)
@@ -20,7 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se
MAKE_JOBS_UNSAFE= yes
-USES= autoreconf iconv ncurses shebangfix tar:xz
+USES= autoreconf iconv localbase:ldflags ncurses shebangfix tar:xz
SHEBANG_LANG= zsh
zsh_OLD_CMD= zsh # shebang appears as /bin/zsh and just zsh
@@ -42,8 +42,8 @@ CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no \
ac_cv_header_sys_capability_h=no
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED
-LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed
+CPPFLAGS+= -DBOOL_DEFINED
+LDFLAGS+= -Wl,--as-needed
TEST_TARGET= test
OPTIONS_DEFINE= DEBUG ETCDIR GDBM MEM PCRE STATIC \
More information about the svn-ports-all
mailing list