pkgsrc-WIP-changes archive

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

0ad: Require gloox and miniupnpc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 13 12:47:38 2016 +0200
Changeset:	4a47718ae400e2b65b6f9ccf1f1d60ea2da04fdd

Modified Files:
	0ad/Makefile

Log Message:
0ad: Require gloox and miniupnpc

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

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, 2 insertions(+)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index e2f1cce..1e86954 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -29,6 +29,8 @@ do-build:
 	${RUN} cd ${WRKSRC} && \
 		${GMAKE} config=release verbose=1 -C build/workspaces/gcc
 
+.include "../../chat/gloox/buildlink3.mk"
+.include "../../wip/miniupnpc/buildlink3.mk"
 .include "../../wip/enet/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../wip/spidermonkey31/buildlink3.mk"


Home | Main Index | Thread Index | Old Index