summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 12:12:47 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 12:12:47 +0000
commit1b40dcd9f36f779d46476e13ee9358b88db18f05 (patch)
treef1a4fb72a51c4774071ccedf5be918c6f34c117a /devel/glib
parent7fdd43d846dce67b6998fa5441196ffaa1b56e5b (diff)
downloadpkgsrc-1b40dcd9f36f779d46476e13ee9358b88db18f05.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'devel/glib')
-rw-r--r--devel/glib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index 97017b3591c..7a76a336000 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2016/02/15 11:42:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.91 2016/02/25 12:12:47 jperkin Exp $
DISTNAME= glib-1.2.10
PKGREVISION= 11
@@ -30,9 +30,7 @@ PTHREAD_OPTS+= require
# Force the result of this configure test, because the testing technique
# breaks with NetBSD's native libpthread.so.
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ENV+= glib_cv_rtldglobal_broken=no
-.endif
+CONFIGURE_ENV.NetBSD+= glib_cv_rtldglobal_broken=no
# Tests are insufficient, override with correct values.
.if ${OPSYS} == "Darwin" && ${PKGSRC_COMPILER} == "clang"