summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ak
diff options
context:
space:
mode:
authoradam <adam>2005-03-29 12:15:41 +0000
committeradam <adam>2005-03-29 12:15:41 +0000
commitdb0a950beb0f5e66c1fc21b739979ff06ebbae18 (patch)
treed80ae5b82051e82f2626b9229b1a1881b0185ce9 /textproc/dict-server/patches/patch-ak
parent3953a84a006381f3993cae1b9bdc8efc940af974 (diff)
downloadpkgsrc-db0a950beb0f5e66c1fc21b739979ff06ebbae18.tar.gz
Fix zlib issues on some platforms
Diffstat (limited to 'textproc/dict-server/patches/patch-ak')
-rw-r--r--textproc/dict-server/patches/patch-ak4
1 files changed, 2 insertions, 2 deletions
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