pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/abiword "configure" now checks for gucharmap b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e65094bae1e
branches: trunk
changeset: 492087:2e65094bae1e
user: fredb <fredb%pkgsrc.org@localhost>
date: Mon Apr 04 23:38:57 2005 +0000
description:
"configure" now checks for gucharmap by default, picks it up, but then
fails to build with it (without the buildlink glue). Adapt by reversing
the sense of the check, and s/enable/disable/.
diffstat:
editors/abiword/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c0f5173d39df -r 2e65094bae1e editors/abiword/Makefile
--- a/editors/abiword/Makefile Mon Apr 04 23:29:45 2005 +0000
+++ b/editors/abiword/Makefile Mon Apr 04 23:38:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2005/02/24 09:55:34 adam Exp $
+# $NetBSD: Makefile,v 1.88 2005/04/04 23:38:57 fredb Exp $
.include "Makefile.common"
PKGNAME= abiword-${ABIWORD_VERSION}
@@ -18,8 +18,8 @@
.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.prefs.mk"
-.if !empty(PKG_OPTIONS:Mgucharmap)
-CONFIGURE_ARGS+= --enable-gucharmap
+.if empty(PKG_OPTIONS:Mgucharmap)
+CONFIGURE_ARGS+= --disable-gucharmap
.endif
CONFIGURE_ARGS+= --with-sys-wv
.if ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index