pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt3-sip Fix build on Solaris. Include ../../mk/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8a4dd380f2c
branches: trunk
changeset: 498726:b8a4dd380f2c
user: reed <reed%pkgsrc.org@localhost>
date: Thu Sep 01 01:01:19 2005 +0000
description:
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:
x11/py-qt3-sip/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 23b09a082b0c -r b8a4dd380f2c x11/py-qt3-sip/Makefile
--- a/x11/py-qt3-sip/Makefile Wed Aug 31 19:47:53 2005 +0000
+++ b/x11/py-qt3-sip/Makefile Thu Sep 01 01:01:19 2005 +0000
@@ -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 @@
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= CFLAGS_SHLIB=-fno-common
Home |
Main Index |
Thread Index |
Old Index