diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 16:20:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 16:20:49 +0000 |
commit | efcb348186744d7ebe4bb130ae698ff97844d6fc (patch) | |
tree | 97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/openwbem | |
parent | 0cf61cf9d96d1ae2d1cfa02af469339cf3786f02 (diff) | |
download | pkgsrc-efcb348186744d7ebe4bb130ae698ff97844d6fc.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'net/openwbem')
-rw-r--r-- | net/openwbem/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/openwbem/Makefile b/net/openwbem/Makefile index e60807f949c..d451f8d9de2 100644 --- a/net/openwbem/Makefile +++ b/net/openwbem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/02/25 16:20:52 jperkin Exp $ DISTNAME= openwbem-3.2.2 PKGREVISION= 4 @@ -83,11 +83,7 @@ SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_ConfigSettingD SUBST_SED.mkdir= -e "s|\$$(INSTALL_PROGRAM) -d|\$${mkdir_p}|g" SUBST_MESSAGE.mkdir= Fixing ${INSTALL_PROGRAM} -d lines (the -s does not interoperate with -d) -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -CONFIGURE_ARGS+= ac_cv_func_gethostbyname_r=no -.endif +CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |