pkgsrc-WIP-changes archive

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

0ad: wants libx11



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu May 4 16:35:45 2023 +0200
Changeset:	a591e5b6db7aced0b050d6a5e2c0c1f6d0e517ce

Modified Files:
	0ad/Makefile

Log Message:
0ad: wants libx11

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

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

diffstat:
 0ad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index c303896334..cd87001309 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -64,7 +64,6 @@ CFLAGS+=	-msse
 
 .include "options.mk"
 
-# TODO: needs "wx"
 # nvtt, notes from gentoo:
 # Build bundled NVTT
 # nvtt is abandoned upstream and 0ad has forked it and added fixes.
@@ -146,5 +145,6 @@ do-install:
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index