pkgsrc-WIP-changes archive

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

Added USE_TOOLS+= pkg-config which enabled Xft to work.



Module Name:	pkgsrc-wip
Committed By:	Dave Vollenweider <dvollen%gmail.com@localhost>
Pushed By:	dvol
Date:		Sat Oct 21 22:04:25 2023 +0000
Changeset:	6d2f1c5fc6785bc7152e5d8966a0a8ade6bf4708

Modified Files:
	worker/Makefile

Log Message:
Added USE_TOOLS+=	pkg-config which enabled Xft to work.

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

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

diffstat:
 worker/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/worker/Makefile b/worker/Makefile
index acad47c4f5..b74a120548 100644
--- a/worker/Makefile
+++ b/worker/Makefile
@@ -14,14 +14,17 @@ GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 
-REPLACE_BASH+=	scripts/*.sh scripts/*r
+USE_TOOLS+=	pkg-config
+
+REPLACE_BASH+=		scripts/*.sh scripts/*r
 REPLACE_PYTHON+=	scripts/*.py
-USE_TOOLS+=	bash:run
+USE_TOOLS+=		bash:run
 
 # Should this be an option instead?
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/lua/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index