pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xjed For just now, disable autoconf checks for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e3ab459b3f
branches:  trunk
changeset: 480601:78e3ab459b3f
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Sep 16 11:14:53 2004 +0000

description:
For just now, disable autoconf checks for grantpt(3) - fixes a bulk build
problem.

diffstat:

 editors/xjed/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cc9da8f370be -r 78e3ab459b3f editors/xjed/Makefile
--- a/editors/xjed/Makefile     Thu Sep 16 10:51:17 2004 +0000
+++ b/editors/xjed/Makefile     Thu Sep 16 11:14:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/10 07:17:38 reed Exp $
+# $NetBSD: Makefile,v 1.8 2004/09/16 11:14:53 agc Exp $
 #
 PKGNAME=               xjed-0.99.16
 .include "../jed/Makefile.common"
@@ -15,4 +15,11 @@
 PLIST_SRC=             ${.CURDIR}/../jed/PLIST
 PLIST_SRC+=            ${.CURDIR}/PLIST.xjed
 
+.include "../../mk/bsd.prefs.mk"
+
+# XXX For just now disable grantpt(3) for NetBSD-2.0F and later
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ENV+=                ac_cv_func_grantpt=no
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index