diff options
author | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /chinese | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.zip FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 1 | ||||
-rw-r--r-- | chinese/cxterm/Makefile | 1 | ||||
-rw-r--r-- | chinese/miniChinput/Makefile | 1 | ||||
-rw-r--r-- | chinese/scim-fcitx/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 90aa733..6534de2 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -17,6 +17,7 @@ COMMENT= Intelligent Chinese encoding converter MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}" USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|" \ diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 25b402a..71d032b 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -39,6 +39,7 @@ MANCOMPRESSED= yes XMKMF= xmkmf ALL_TARGET= xrelease Makefiles includes all +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> diff --git a/chinese/miniChinput/Makefile b/chinese/miniChinput/Makefile index ac8bc60..e09914f 100644 --- a/chinese/miniChinput/Makefile +++ b/chinese/miniChinput/Makefile @@ -22,6 +22,7 @@ USE_XORG= x11 xt USE_LDCONFIG= yes ALL_TARGET= all data INSTALL_TARGET= install data-install +MAKE_JOBS_UNSAFE= yes MAN1= chinput.1 diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index 3e831f9..0f60136 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/fcitx |