pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gprolog



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jun 14 22:32:06 UTC 2019

Modified Files:
        pkgsrc/lang/gprolog: Makefile

Log Message:
(lang/prolog) remove default setting (MAKE_JOBS_SAFE)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/gprolog/Makefile

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

Modified files:

Index: pkgsrc/lang/gprolog/Makefile
diff -u pkgsrc/lang/gprolog/Makefile:1.21 pkgsrc/lang/gprolog/Makefile:1.22
--- pkgsrc/lang/gprolog/Makefile:1.21   Fri Jun 14 22:28:35 2019
+++ pkgsrc/lang/gprolog/Makefile        Fri Jun 14 22:32:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/06/14 22:28:35 mef Exp $
+# $NetBSD: Makefile,v 1.22 2019/06/14 22:32:06 mef Exp $
 
 DISTNAME=              gprolog-1.4.5
 CATEGORIES=            lang
@@ -20,8 +20,8 @@ CONFIGURE_ARGS+=      --with-install-dir=${PR
 
 # Apparently build failures hang forever if multiple MAKE_JOBS are in use.
 # MAKE_JOBS_SAFE=      no
-# but try this
-MAKE_JOBS_SAFE=        yes
+# but try to remove above (mef)
+
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index