pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openh323 MAKE_JOBS_SAFE=no ( or failed to link due...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd7fb50c9e4b
branches:  trunk
changeset: 553789:cd7fb50c9e4b
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jan 30 06:22:44 2009 +0000

description:
MAKE_JOBS_SAFE=no ( or failed to link due to broken .lo files).

diffstat:

 net/openh323/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5e226ffd3ec4 -r cd7fb50c9e4b net/openh323/Makefile
--- a/net/openh323/Makefile     Thu Jan 29 22:02:41 2009 +0000
+++ b/net/openh323/Makefile     Fri Jan 30 06:22:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/01/18 05:08:47 tnn Exp $
+# $NetBSD: Makefile,v 1.41 2009/01/30 06:22:44 obache Exp $
 
 DISTNAME=      openh323-v1_15_2-src
 PKGNAME=       openh323-1.15.2
@@ -22,6 +22,8 @@
 MAKE_ENV+=             PWLIBDIR=${PREFIX}/share/pwlib OPENH323DIR=${WRKSRC:Q}
 MAKE_ENV+=             SYSLIBDIR=${PREFIX}/lib
 
+MAKE_JOBS_SAFE=                no
+
 post-patch:
        cd ${WRKSRC}/include; ${LN} -s . openh323
 



Home | Main Index | Thread Index | Old Index