From cc27231a6c2d917d17f189eb1b8827e750671fbf Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 1 Sep 2005 01:01:19 +0000 Subject: 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.) --- x11/py-qt3-sip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') 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 -- cgit v1.2.3