diff options
author | rillig <rillig> | 2007-10-27 12:31:15 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-27 12:31:15 +0000 |
commit | 4961c43d77e10fb1872892fa8b97e8940c8cffa0 (patch) | |
tree | 8413b9a26405650d60b31eb13b72ca1f0b8e1f54 /x11 | |
parent | 237ed55ca4ea86c0950cb47f09bba4de834f951d (diff) | |
download | pkgsrc-4961c43d77e10fb1872892fa8b97e8940c8cffa0.tar.gz |
MAKE_JOBS_SAFE=no, as reported in PR 37233.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 4b1979f8604..445d65d1887 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/08/15 19:26:39 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2007/10/27 12:31:15 rillig Exp $ PKGVER= 2.2.3 DISTNAME= openMotif-${PKGVER} @@ -41,6 +41,7 @@ CONFLICTS+= lesstif-[0-9]* USE_LIBTOOL= yes USE_TOOLS+= flex gmake tbl GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no # PR 37233 SUBST_CLASSES+= man_rename SUBST_STAGE.man_rename= pre-configure |