From 053674084dd9d55de1c1e4eab92b2d734091217b Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 5 Sep 2008 05:27:30 +0000 Subject: Fix broken 64-bit build, and patch makefile to stop on error. There are a lot of woolly things going on here, so PKGREVISION++ as a precaution. --- lang/cint/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lang/cint/Makefile') diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 8503a852c7f..390ebf1d1dc 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2008/04/12 22:43:02 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2008/09/05 05:27:30 dholland Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://root.cern.ch/root/ #MASTER_SITES= ${MASTER_SITE_BACKUP} @@ -97,4 +97,12 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/man3/statistics.h.3 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 +# The library seems to want these but the pertinent parts still don't +# build, so I'm reluctant to bother. +# +#.include "../../graphics/glu/buildlink3.mk" +#.include "../../graphics/MesaLib/buildlink3.mk" +#.include "../../x11/xproto/buildlink3.mk" +#.include "../../x11/libX11/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3