diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
commit | 55a524735cb5f9015e93d734003f9b64917686d7 (patch) | |
tree | d2047a81a3f38403bf0492097a8a80d4d1b384eb /devel/csmith | |
parent | cc6b9143f857a93a5705022f5adf5cb81dd95892 (diff) |
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r-- | devel/csmith/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index c798b42dc1fb..4a82407c3046 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -11,13 +11,14 @@ COMMENT= Generates random C programs that conform to the C99 standard LICENSE= BSD GNU_CONFIGURE= yes -USE_GMAKE= yes USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake + MAKE_JOBS_SAFE= yes ONLY_FOR_ARCHS= i386 amd64 |