pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/giflib



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Apr 25 11:27:35 UTC 2020

Modified Files:
        pkgsrc/graphics/giflib: Makefile

Log Message:
Fix graphics/giflib build

At least on macOS, it does not build in parallel.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/giflib/Makefile

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

Modified files:

Index: pkgsrc/graphics/giflib/Makefile
diff -u pkgsrc/graphics/giflib/Makefile:1.53 pkgsrc/graphics/giflib/Makefile:1.54
--- pkgsrc/graphics/giflib/Makefile:1.53        Thu Mar 19 23:58:33 2020
+++ pkgsrc/graphics/giflib/Makefile     Sat Apr 25 11:27:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/03/19 23:58:33 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2020/04/25 11:27:35 js Exp $
 
 .include "Makefile.common"
 PKGREVISION=   2
@@ -7,6 +7,10 @@ COMMENT=       GIF image format library
 
 CONFLICTS+=    libungif-[0-9]*
 
+# clang: error: no such file or directory: 'dgif_lib.o'
+# clang: error: no such file or directory: 'egif_lib.o'
+MAKE_JOBS_SAFE=                no
+
 INSTALL_TARGET=        install-include
 INSTALL_TARGET+=       install-lib
 



Home | Main Index | Thread Index | Old Index