pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Mesa isn't MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16fadbbdb878
branches:  trunk
changeset: 524079:16fadbbdb878
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 18 10:24:45 2007 +0000

description:
Mesa isn't MAKE_JOBS_SAFE.

diffstat:

 graphics/Mesa/Makefile.lib |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6be98b790f8c -r 16fadbbdb878 graphics/Mesa/Makefile.lib
--- a/graphics/Mesa/Makefile.lib        Thu Jan 18 10:15:15 2007 +0000
+++ b/graphics/Mesa/Makefile.lib        Thu Jan 18 10:24:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.lib,v 1.2 2006/10/09 12:52:35 joerg Exp $
+# $NetBSD: Makefile.lib,v 1.3 2007/01/18 10:24:45 rillig Exp $
 #
 # This Makefile fragment is included by all packages that build libraries
 # from the Mesa sources.
@@ -15,6 +15,7 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            makedepend
+MAKE_JOBS_SAFE=                no
 
 PATCHDIR=              ${.CURDIR}/../MesaLib/patches
 DISTINFO_FILE=         ${.CURDIR}/../MesaLib/distinfo



Home | Main Index | Thread Index | Old Index