pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/scm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Sep  6 20:54:00 UTC 2016

Modified Files:
        pkgsrc/lang/scm: Makefile

Log Message:
Not MAKE_JOBS_SAFE.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/scm/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/scm/Makefile
diff -u pkgsrc/lang/scm/Makefile:1.26 pkgsrc/lang/scm/Makefile:1.27
--- pkgsrc/lang/scm/Makefile:1.26       Wed Nov 25 12:51:17 2015
+++ pkgsrc/lang/scm/Makefile    Tue Sep  6 20:54:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/11/25 12:51:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2016/09/06 20:54:00 joerg Exp $
 #
 # Convert the version number as follows 2d2 -> 2.4.2, where the d is
 # changed to a 4, representing the 4th letter.
@@ -17,6 +17,9 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.swiss.ai.mit.edu/~jaffer/SCM
 COMMENT=       Portable scheme interpreter
 
+# scmfig.h:95:70: fatal error: scmflags.h: No such file or directory
+MAKE_JOBS_SAFE=        no
+
 DEPENDS+=      slib>=3.1.1:../../devel/slib
 
 WRKSRC=                ${WRKDIR}/scm



Home | Main Index | Thread Index | Old Index