pkgsrc-WIP-changes archive

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

0ad: Need for libvorbis and openal



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 15 00:05:52 2016 +0200
Changeset:	168cc9a2d27549871885824a02ecf400492e3b2f

Modified Files:
	0ad/Makefile

Log Message:
0ad: Need for libvorbis and openal

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

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 7b90bb1..c97b108 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 "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index