diff options
| author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-03-24 17:23:40 +0000 |
|---|---|---|
| committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-03-24 17:23:40 +0000 |
| commit | 25a25e04c490b8f1244f27e8763eaed582db25cd (patch) | |
| tree | 7bc68e402936b36aecf687bcd7ee4271b1ca2ab0 | |
| parent | - Update to 0.1.3 (diff) | |
Mark MAKE_JOBS_SAFE for SMP compilation.
PR: 133001
Submitted by: mm
Notes
Notes:
svn path=/head/; revision=230881
| -rw-r--r-- | security/gnutls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 8f901ba8ee0e..5d6fdc9fa4a0 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GNOME= pkgconfig ltverhack GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CPPFLAGS+= -I${LOCALBASE}/include |
