diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 12:03:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 12:03:08 +0800 |
commit | 38dbee0ba42ecd5f3b343b862e43b633aaa93007 (patch) | |
tree | b14e7eb5ae2dcdcbe64fb6781d6fed119c6812f1 /textproc/xerces-c2-devel | |
parent | 5ba6083b3ac64aaad7b2a9e1059bcbd37121dfaf (diff) | |
download | freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.tar.gz freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.tar.zst freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.zip |
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/135552, ports/135553, ports/135538
Appproved by: linimon (via irc)
Submitted by: myself (pgollucci@)
Diffstat (limited to 'textproc/xerces-c2-devel')
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index ba80b86f5e6b..2e8741bc936f 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= xerces-c-src_${PORTVERSION:S/./_/g} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Validating XML parser from the Apache XML Project +MAKE_JOBS_UNSAFE= yes + OPTIONS= THREADS "Build a thread enabled shared library." on \ DEBUG "Include debugging information, do not strip." off \ ICONVFBSD "Use IconvFBSD transcoder." on \ |