pkgsrc-WIP-changes archive

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

0ad: Add zlib dependency



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 13 18:57:44 2021 +0100
Changeset:	de79c95443d5bd675c62a15b3e41d179103764c2

Modified Files:
	0ad/Makefile

Log Message:
0ad: Add zlib dependency

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 4e33d0c5c0..958aa1ed94 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -33,11 +33,12 @@ do-build:
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
+#.include "../../chat/gloox/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/nspr/buildlink3.mk"
-#.include "../../chat/gloox/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/nvidia-texture-tools/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"


Home | Main Index | Thread Index | Old Index