diff options
Diffstat (limited to 'devel')
-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 |