pkgsrc-WIP-changes archive

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

toxic: Build against audio/openal-soft to avoid conflicts with uTox.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Feb 9 01:03:09 2016 +0100
Changeset:	141e9b6b4d8986aef9df7556981a84308a71b9e5

Modified Files:
	toxic/Makefile

Log Message:
toxic: Build against audio/openal-soft to avoid conflicts with uTox.

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

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

diffstat:
 toxic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/toxic/Makefile b/toxic/Makefile
index 3b5675e..7da397a 100644
--- a/toxic/Makefile
+++ b/toxic/Makefile
@@ -19,7 +19,7 @@ USE_LANGUAGES+=	c
 
 .include "../../wip/toxcore/buildlink3.mk"
 
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
 .include "../../converters/qrencode/buildlink3.mk"
 .include "../../devel/libconfig/buildlink3.mk"
 .include "../../devel/ncursesw/buildlink3.mk"


Home | Main Index | Thread Index | Old Index