summaryrefslogtreecommitdiff
path: root/x11/py-qt3-sip
diff options
context:
space:
mode:
authorreed <reed>2005-09-01 01:01:19 +0000
committerreed <reed>2005-09-01 01:01:19 +0000
commit55f2d422204cdf539a7f832d27fc8cf4b5f8fd7c (patch)
tree8c5cb9d4b92c5079a71a225607a43f7a7fc154d2 /x11/py-qt3-sip
parent7531e5d872314894fba5cde91ad33d20445653f9 (diff)
downloadpkgsrc-55f2d422204cdf539a7f832d27fc8cf4b5f8fd7c.tar.gz
Fix build on Solaris. Include ../../mk/compiler.mk before checking
CC_VERSION. This is noted in mk/compiler.mk and also thanks to grant@ for explaining. (This was based on my Solaris and gcc check from a couple months ago.)
Diffstat (limited to 'x11/py-qt3-sip')
-rw-r--r--x11/py-qt3-sip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile
index 3c057b47498..70d986f62cd 100644
--- a/x11/py-qt3-sip/Makefile
+++ b/x11/py-qt3-sip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/01 01:27:09 reed Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/01 01:01:19 reed Exp $
#
DISTNAME= sip-4.2.1
@@ -29,6 +29,7 @@ PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= CFLAGS_SHLIB=-fno-common