pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/zsh
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 11 13:54:27 UTC 2017
Added Files:
pkgsrc/shells/zsh: options.mk
Log Message:
Forgot to add options.mk to previous commit.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/zsh/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/shells/zsh/options.mk
diff -u /dev/null pkgsrc/shells/zsh/options.mk:1.1
--- /dev/null Thu May 11 13:54:27 2017
+++ pkgsrc/shells/zsh/options.mk Thu May 11 13:54:27 2017
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2017/05/11 13:54:27 jperkin Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.zsh
+PKG_SUPPORTED_OPTIONS= static
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= dynamic
+.if !empty(PKG_OPTIONS:Mstatic)
+CONFIGURE_ARGS+= --disable-dynamic
+LDFLAGS+= -static
+.else
+PLIST.dynamic= yes
+.endif
Home |
Main Index |
Thread Index |
Old Index