diff options
author | reed <reed@pkgsrc.org> | 2005-09-01 01:01:19 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-01 01:01:19 +0000 |
commit | cc27231a6c2d917d17f189eb1b8827e750671fbf (patch) | |
tree | 8c5cb9d4b92c5079a71a225607a43f7a7fc154d2 /x11 | |
parent | d805c8c67e3b678f0cacf09b26693aeec2bf100f (diff) | |
download | pkgsrc-cc27231a6c2d917d17f189eb1b8827e750671fbf.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')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 3 |
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 |