diff options
author | demon <demon@FreeBSD.org> | 2014-08-31 17:16:27 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-08-31 17:16:27 +0800 |
commit | 502eb8482e4904de70a9c2beeb5fefabf44a3e5a (patch) | |
tree | 927fdbdb91322ff432d7e253d56b2da8920af152 /textproc | |
parent | 933026cc8c385c5ff7d81c6a98c8569d3ff1496e (diff) | |
download | freebsd-ports-gnome-502eb8482e4904de70a9c2beeb5fefabf44a3e5a.tar.gz freebsd-ports-gnome-502eb8482e4904de70a9c2beeb5fefabf44a3e5a.tar.zst freebsd-ports-gnome-502eb8482e4904de70a9c2beeb5fefabf44a3e5a.zip |
Add MAKE_JOBS_UNSAFE=yes to fix build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/randlm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 43486d14f285..57b7e22f2ca5 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes USES= libtool +MAKE_JOBS_UNSAFE=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |