diff options
author | marcus <marcus@FreeBSD.org> | 2010-05-17 04:44:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-05-17 04:44:10 +0800 |
commit | be8e329a56e16be4537ff1dfe32c52aa57629f74 (patch) | |
tree | 713a547b5f1bec662c5274a78d269185152fc246 /devel/gobject-introspection | |
parent | 5ed924403d9086feae70636f8fb2df1c9387cfef (diff) | |
download | freebsd-ports-gnome-be8e329a56e16be4537ff1dfe32c52aa57629f74.tar.gz freebsd-ports-gnome-be8e329a56e16be4537ff1dfe32c52aa57629f74.tar.zst freebsd-ports-gnome-be8e329a56e16be4537ff1dfe32c52aa57629f74.zip |
Mark MAKE_JOBS_UNSAFE.
PR: 146645
Submitted by: amdmi3
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 56fe63a36283..c36f4924b98a 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -28,6 +28,7 @@ USE_BISON= both USE_GETTEXT= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |