pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-gtk2



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 26 17:14:57 UTC 2016

Modified Files:
        pkgsrc/x11/py-gtk2: Makefile

Log Message:
Not MAKE_JOBS_SAFE.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/py-gtk2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-gtk2/Makefile
diff -u pkgsrc/x11/py-gtk2/Makefile:1.104 pkgsrc/x11/py-gtk2/Makefile:1.105
--- pkgsrc/x11/py-gtk2/Makefile:1.104   Wed Aug  3 10:22:24 2016
+++ pkgsrc/x11/py-gtk2/Makefile Fri Aug 26 17:14:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2016/08/03 10:22:24 adam Exp $
+# $NetBSD: Makefile,v 1.105 2016/08/26 17:14:57 joerg Exp $
 
 DISTNAME=      pygtk-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
@@ -14,6 +14,9 @@ LICENSE=      gnu-lgpl-v2.1
 
 CONFLICTS=     ${PYPKGPREFIX}-gtk<0.6.10
 
+# IOError: [Errno 2] No such file or directory: 'gtk-types.defs'
+MAKE_JOBS_SAFE=        no
+
 USE_LIBTOOL=   YES
 PKGCONFIG_OVERRIDE+=   pygtk-2.0.pc.in
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index