pkgsrc-WIP-changes archive

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

0ad: Add dependency for chat/gloox again.



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

Modified Files:
	0ad/Makefile

Log Message:
0ad: Add dependency for chat/gloox again.

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

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, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index b06c29f4a9..14d0702b87 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -26,7 +26,6 @@ do-configure:
 		--with-system-premake5 \
 		--with-system-mozjs \
 		--with-system-nvtt \
-		--without-lobby \
 		--disable-atlas
 
 do-build:
@@ -35,7 +34,7 @@ do-build:
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
-#.include "../../chat/gloox/buildlink3.mk"
+.include "../../chat/gloox/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index