diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-15 13:51:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-15 13:51:23 +0000 |
commit | e881becc2fd666208fce645f8606be15fc4acdf5 (patch) | |
tree | 5a420638b811a40eab911e41375dd93932085478 /devel/poco | |
parent | 8692c6eed98a8fe5d6acbdd75893726b90784e0e (diff) | |
download | pkgsrc-e881becc2fd666208fce645f8606be15fc4acdf5.tar.gz |
Concurrency issues are a common theme for the poco family of packages.
Diffstat (limited to 'devel/poco')
-rw-r--r-- | devel/poco/Makefile | 5 | ||||
-rw-r--r-- | devel/poco/Makefile.common | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/poco/Makefile b/devel/poco/Makefile index e27253591dc..312b4952d23 100644 --- a/devel/poco/Makefile +++ b/devel/poco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/11/29 12:54:55 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/15 13:51:23 joerg Exp $ # PKGNAME= poco-${POCO_VERSION} @@ -7,9 +7,6 @@ CATEGORIES= devel COMMENT= POCO C++ Foundation libraries -# error: unable to open output file '.../poco-1.4.2p1-all/Foundation/obj/NetBSD/amd64/debug_shared/Ascii.o' -MAKE_JOBS_SAFE= no - .include "../../devel/poco/Makefile.common" CONFIGURE_ARGS+= --library-path=${BUILDLINK_PREFIX.expat}/lib diff --git a/devel/poco/Makefile.common b/devel/poco/Makefile.common index 9d9484534bf..89d76341a6d 100644 --- a/devel/poco/Makefile.common +++ b/devel/poco/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2012/10/31 11:19:25 asau Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/01/15 13:51:23 joerg Exp $ # # used by devel/poco/Makefile # used by databases/poco-data/Makefile @@ -23,6 +23,10 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake +# Various places have: +# error: unable to open output file '.../poco-1.4.2p1-all/Foundation/obj/NetBSD/amd64/debug_shared/Ascii.o' +MAKE_JOBS_SAFE= no + CONFIGURE_ARGS+= --prefix=${PREFIX} --omit=Data # don't use the bundled versions of SQLite, zlib, etc.. CONFIGURE_ARGS+= --unbundled |