aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-11-19 06:39:55 +0800
committerpav <pav@FreeBSD.org>2009-11-19 06:39:55 +0800
commit0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch)
tree6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /net-im
parent1b45904c492338db34d10b60a7d99249af109aa8 (diff)
downloadfreebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz
freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst
freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-glib/Makefile1
-rw-r--r--net-im/telepathy-python/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index 95b77f94e9f5..9c9b910e3ea1 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -26,6 +26,7 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack
USE_PYTHON_BUILD= yes
+MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
diff --git a/net-im/telepathy-python/Makefile b/net-im/telepathy-python/Makefile
index 059bbbc5c93e..2a864316f48f 100644
--- a/net-im/telepathy-python/Makefile
+++ b/net-im/telepathy-python/Makefile
@@ -26,5 +26,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>