pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ce



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 15:41:48 UTC 2022

Modified Files:
        pkgsrc/editors/ce: options.mk

Log Message:
ce: fix build

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/ce/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/ce/options.mk
diff -u pkgsrc/editors/ce/options.mk:1.1 pkgsrc/editors/ce/options.mk:1.2
--- pkgsrc/editors/ce/options.mk:1.1    Thu Nov  3 14:34:02 2022
+++ pkgsrc/editors/ce/options.mk        Wed Dec  7 15:41:48 2022
@@ -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 @@ PLIST.x11=                    yes
 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