From d91b7c19c5956dc3aaaa2585cd7230118c8e7235 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 29 Mar 2005 12:15:41 +0000 Subject: Fix zlib issues on some platforms --- textproc/dict-server/Makefile | 3 ++- textproc/dict-server/distinfo | 4 ++-- textproc/dict-server/patches/patch-ak | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'textproc/dict-server') diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 656cd56dcbc..5bfc247d393 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/02/22 16:10:03 adam Exp $ +# $NetBSD: Makefile,v 1.16 2005/03/29 12:16:21 adam Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-server-1.9.15 @@ -40,5 +40,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/dictd .include "../../devel/libltdl/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/dict-server/distinfo b/textproc/dict-server/distinfo index ee7f7e639f9..0ab5c165331 100644 --- a/textproc/dict-server/distinfo +++ b/textproc/dict-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 14:48:41 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/03/29 12:16:21 adam Exp $ SHA1 (dictd-1.9.15.tar.gz) = 081ea97a4a6a936855af30d9c2a31f5733985822 RMD160 (dictd-1.9.15.tar.gz) = 4cdef7132855d4ef949ba7ceacbea16881e3ef5d @@ -9,4 +9,4 @@ SHA1 (patch-ag) = 4473d472bddc34c5d5be2d6be6a0cee015717a79 SHA1 (patch-ah) = d3453553e15858054bce4943a0316d485938806a SHA1 (patch-ai) = 21b2c9ace814e005139c64c4b6890e8b7e249f29 SHA1 (patch-aj) = 76527be1d4ff89aeec72606d9575a99e6a8e2d3b -SHA1 (patch-ak) = 53b62d44db6247116261916d1131269313c3a572 +SHA1 (patch-ak) = ab11363903da1f173add59a132b347db9241345f diff --git a/textproc/dict-server/patches/patch-ak b/textproc/dict-server/patches/patch-ak index 2a197c956ed..f19280b03d7 100644 --- a/textproc/dict-server/patches/patch-ak +++ b/textproc/dict-server/patches/patch-ak @@ -1,4 +1,4 @@ -$NetBSD: patch-ak,v 1.2 2005/02/22 16:10:03 adam Exp $ +$NetBSD: patch-ak,v 1.3 2005/03/29 12:16:22 adam Exp $ --- libmaa/configure.orig 2004-12-23 19:23:25.000000000 +0000 +++ libmaa/configure @@ -6,7 +6,7 @@ $NetBSD: patch-ak,v 1.2 2005/02/22 16:10:03 adam Exp $ echo . -+LIBS=`echo $LIBS | sed -e 's|-lmaa||'` ++LIBS=`echo $LIBS | sed -e 's|-lmaa||' -e 's|-lz||' -e 's|-lregex||'` + # Check whether --with-cc or --without-cc was given. if test "${with_cc+set}" = set; then -- cgit v1.2.3