diff options
author | jperkin <jperkin> | 2014-09-02 09:45:54 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-02 09:45:54 +0000 |
commit | b62727689a624edcb35f6ec0354ba1dabb7174b1 (patch) | |
tree | 97bfa4c885dc49edc3083aec7c2fd99d800db966 /devel/libthrift | |
parent | 2c4e80dd7b8de0984976eb5b2209179d1559aeba (diff) | |
download | pkgsrc-b62727689a624edcb35f6ec0354ba1dabb7174b1.tar.gz |
Add a comment describing current MAKE_JOBS_SAFE failure.
Diffstat (limited to 'devel/libthrift')
-rw-r--r-- | devel/libthrift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 30ee613c6a5..07b166c9601 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/08/13 10:57:34 adam Exp $ +# $NetBSD: Makefile,v 1.41 2014/09/02 09:45:54 jperkin Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} @@ -11,6 +11,7 @@ HOMEPAGE= http://incubator.apache.org/thrift/ COMMENT= Cross-language data serialization library LICENSE= apache-2.0 +# No rule to make target 'gen-cpp/Service.cpp', needed by 'Service.lo'. Stop. MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |