pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell Make sure that filters are built stati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/762aef1aee94
branches:  trunk
changeset: 499154:762aef1aee94
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Sep 11 16:29:58 2005 +0000

description:
Make sure that filters are built statically until dlopen() detection
in configure is fixed.  The problem was reported to the author by
wiz@.  This makes installed files match with PLIST on platforms with
libdl.  Bump PKGREVISION.

Approved by wiz@.

diffstat:

 textproc/aspell/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r ef739094a5c3 -r 762aef1aee94 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Sun Sep 11 15:57:06 2005 +0000
+++ b/textproc/aspell/Makefile  Sun Sep 11 16:29:58 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2005/07/15 20:14:03 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/11 16:29:58 minskim Exp $
 #
 
 DISTNAME=              aspell-0.60.3
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 
@@ -25,6 +26,10 @@
 CONFIGURE_ARGS+=       --enable-pkgdatadir=${PREFIX}/share/aspell
 CONFIGURE_ARGS+=       --enable-dict-dir=${PREFIX}/lib/aspell
 
+# configure fails to detect dlopen() on NetBSD.  Disable dynamic
+# loading of filters until it is fixed.
+CONFIGURE_ARGS+=       --enable-compile-in-filters
+
 REPLACE_PERL=          scripts/aspell-import
 
 SUBST_CLASSES+=                bash



Home | Main Index | Thread Index | Old Index