pkgsrc-WIP-changes archive

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

0ad: Add fmtlib dependecy



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 15:56:48 2021 +0100
Changeset:	a461bb41cf1d55347e9abd45199504311b34b64b

Modified Files:
	0ad/Makefile

Log Message:
0ad: Add fmtlib dependecy

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 1d40df5254..64817a1dbb 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -47,6 +47,7 @@ do-build:
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../net/enet/buildlink3.mk"
 .include "../../net/miniupnpc/buildlink3.mk"
+.include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index