pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ce ce: fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af375e95dcad
branches:  trunk
changeset: 389670:af375e95dcad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 07 15:41:48 2022 +0000

description:
ce: fix build

The configure script found X11 but the X11 option is off,
and thus the headers are not buildlinked.

diffstat:

 editors/ce/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r b1ab15275e68 -r af375e95dcad editors/ce/options.mk
--- a/editors/ce/options.mk     Wed Dec 07 15:38:59 2022 +0000
+++ b/editors/ce/options.mk     Wed Dec 07 15:41:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/11/03 14:34:02 schmonz Exp $
+# $NetBSD: options.mk,v 1.2 2022/12/07 15:41:48 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.ce
 PKG_SUPPORTED_OPTIONS+=                x11
@@ -11,4 +11,6 @@
 BUILDLINK_DEPMETHOD.libXt?=    build
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --with-x=no
 .endif



Home | Main Index | Thread Index | Old Index