pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/clanlib Let zlib/builtin.mk handle checking f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a9096fa764d
branches:  trunk
changeset: 493176:1a9096fa764d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 28 22:39:04 2005 +0000

description:
Let zlib/builtin.mk handle checking for the correct version of zlib.

diffstat:

 graphics/clanlib/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (20 lines):

diff -r e4859adc3793 -r 1a9096fa764d graphics/clanlib/Makefile
--- a/graphics/clanlib/Makefile Thu Apr 28 22:36:44 2005 +0000
+++ b/graphics/clanlib/Makefile Thu Apr 28 22:39:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.40 2005/04/28 22:39:04 jlam Exp $
 
 DISTNAME=              ClanLib-0.4.4
 PKGREVISION=           6
@@ -47,10 +47,3 @@
 .include "../../mk/ossaudio.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
-
-.if ${OPSYS} == "NetBSD"
-BROKEN_LIBZ!=${AR} t /usr/lib/libz.a | ${GREP} -w example.o || ${ECHO} "false"
-.if !empty(BROKEN_LIBZ:Mexample.o)
-BROKEN= "Update to NetBSD 1.4.1, or recompile /usr/lib/libz without example.c"
-.endif
-.endif



Home | Main Index | Thread Index | Old Index