pkgsrc-WIP-changes archive

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

qemacs: minor fixes



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Fri Nov 17 20:20:51 2023 -0500
Changeset:	96a7bbee950c205240b2613ed20dd9ff54b72d57

Modified Files:
	qemacs/Makefile
	qemacs/options.mk

Log Message:
qemacs: minor fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96a7bbee950c205240b2613ed20dd9ff54b72d57

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

diffstat:
 qemacs/Makefile   | 1 -
 qemacs/options.mk | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/qemacs/Makefile b/qemacs/Makefile
index a3a0405090..bcb01b3f18 100644
--- a/qemacs/Makefile
+++ b/qemacs/Makefile
@@ -14,7 +14,6 @@ LICENSE=	mit
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
 CONFIGURE_ARGS+=	--enable-plugins
-USE_LANGUAGES=		c
 USE_TOOLS+=		gmake
 
 .include "options.mk"
diff --git a/qemacs/options.mk b/qemacs/options.mk
index 4c3e7454da..7817c5b426 100644
--- a/qemacs/options.mk
+++ b/qemacs/options.mk
@@ -20,4 +20,6 @@ CONFIGURE_ARGS+=	--enable-png
 PLIST.html=            yes
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--disable-x11
 .endif


Home | Main Index | Thread Index | Old Index