pkgsrc-WIP-changes archive

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

mumble: comment out unsatisfiable celt dependency constraint



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 22:26:28 2015 +0200
Changeset:	6bbc481af1501134b12ceaa8362e403d5a5b8baf

Modified Files:
	mumble/Makefile

Log Message:
mumble: comment out unsatisfiable celt dependency constraint

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

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

diffstat:
 mumble/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/mumble/Makefile b/mumble/Makefile
index 2197933..4ccc6f2 100644
--- a/mumble/Makefile
+++ b/mumble/Makefile
@@ -25,8 +25,8 @@ do-configure:
 	cd ${WRKSRC} && \
 	${QTDIR}/bin/qmake -unix -recursive main.pro ${CONFIG_OPTIONS} ${MAKE_ENV}
 
-BUILDLINK_API_DEPENDS.celt+=   celt>=0.7.0
-BUILDLINK_API_DEPENDS.celt+=   celt<0.7.1
+#BUILDLINK_API_DEPENDS.celt+=   celt>=0.7.0
+#BUILDLINK_API_DEPENDS.celt+=   celt<0.7.1
 .include "../../audio/celt/buildlink3.mk"
 .include "../../audio/speex/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"


Home | Main Index | Thread Index | Old Index