pkgsrc-WIP-changes archive

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

xst: minor fixes



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Feb 25 15:47:10 2021 +0100
Changeset:	fc33fa85c65b45ba99d9b107137c35b60ba8ff42

Modified Files:
	xst/Makefile

Log Message:
xst: minor fixes

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

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

diffstat:
 xst/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/xst/Makefile b/xst/Makefile
index be0d3bacfc..a471fb17f4 100644
--- a/xst/Makefile
+++ b/xst/Makefile
@@ -11,15 +11,18 @@ COMMENT=	st fork that uses Xresources and some patches
 LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
+
 CONFLICTS=	st-term-[0-9]*
+
 USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c99
 
 SUBST_CLASSES+=			configdefh configmk
 SUBST_STAGE.configdefh=		pre-configure
 SUBST_STAGE.configmk=		pre-configure
 SUBST_MESSAGE.configdefh=	Change default font and termname
 SUBST_FILES.configdefh=		config.def.h
-SUBST_MESSAGE.configmk=		Fixing config.mk
+SUBST_MESSAGE.configmk=		Fixing paths
 SUBST_FILES.configmk=		config.mk
 SUBST_SED.configdefh+=		-e '/font/ s,".*","monospace:size=10",'
 SUBST_SED.configdefh+=		-e 's,xst-256color,xterm,g'


Home | Main Index | Thread Index | Old Index