pkgsrc-WIP-changes archive

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

libcouchbase: mark as broken, wants to download during build



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 15:44:25 2015 +0200
Changeset:	244949502b984eac8ec90c521eb4d83bf480e8cb

Modified Files:
	libcouchbase/Makefile

Log Message:
libcouchbase: mark as broken, wants to download during build

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

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

diffstat:
 libcouchbase/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libcouchbase/Makefile b/libcouchbase/Makefile
index 44f7783..bfe324a 100644
--- a/libcouchbase/Makefile
+++ b/libcouchbase/Makefile
@@ -14,6 +14,8 @@ USE_TOOLS+=	gmake unzip
 USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
 
+BROKEN= "configure: error: You need wget or curl in path to download the headers."
+
 CONFIGURE_ARGS+=	--disable-couchbasemock
 CONFIGURE_ARGS+=	--disable-static
 # Test framework automatically downloads Google Test.


Home | Main Index | Thread Index | Old Index