pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mDNSResponder
Module Name: pkgsrc
Committed By: hauke
Date: Mon Nov 25 12:13:00 UTC 2024
Modified Files:
pkgsrc/net/mDNSResponder: Makefile
Log Message:
The macOS build tripping over a build objects directory that hasn't
been created yet would suggest that the package still isn't up for a
parallel build.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/mDNSResponder/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mDNSResponder/Makefile
diff -u pkgsrc/net/mDNSResponder/Makefile:1.46 pkgsrc/net/mDNSResponder/Makefile:1.47
--- pkgsrc/net/mDNSResponder/Makefile:1.46 Sat Nov 23 21:52:10 2024
+++ pkgsrc/net/mDNSResponder/Makefile Mon Nov 25 12:13:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/11/23 21:52:10 jakllsch Exp $
+# $NetBSD: Makefile,v 1.47 2024/11/25 12:13:00 hauke Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVER}
GITHUB_PROJECT= mDNSResponder
@@ -17,6 +17,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake flex bison
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/mDNSResponder-mDNSResponder-2559.1.1
BUILD_DIRS= mDNSPosix
BUILDDIR= ${WRKSRC}/mDNSPosix/build/prod
Home |
Main Index |
Thread Index |
Old Index