pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sfml+: use known 'static' as option name instead of 'sfml-static'



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Wed May 20 12:46:27 2020 +0100
Changeset:	243a54bed9b6c23e6d19410ef0c004a8c12af366

Modified Files:
	sfml+/options.mk

Log Message:
sfml+: use known 'static' as option name instead of 'sfml-static'

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=243a54bed9b6c23e6d19410ef0c004a8c12af366

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sfml+/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/sfml+/options.mk b/sfml+/options.mk
index 0171e71d9d..d4ba756fec 100644
--- a/sfml+/options.mk
+++ b/sfml+/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.1 2012/10/03 15:05:59 othyro Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.sfml+
-PKG_SUPPORTED_OPTIONS=	debug sfml-static
+PKG_SUPPORTED_OPTIONS=	debug static
 PKG_SUGGESTED_OPTIONS=	# blank
 
 .include "../../mk/bsd.options.mk"
@@ -12,7 +12,7 @@ MAKE_ENV+=		DEBUGBUILD=yes
 MAKE_ENV+=		DEBUGBUILD=no
 .endif
 
-.if !empty(PKG_OPTIONS:Msfml-static)
+.if !empty(PKG_OPTIONS:Mstatic)
 MAKE_ENV+=		STATIC=yes
 .else
 MAKE_ENV+=		STATIC=no


Home | Main Index | Thread Index | Old Index