pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/check



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 18 11:42:35 UTC 2024

Added Files:
        pkgsrc/devel/check: hacks.mk

Log Message:
check: Fix building on Tiger


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/check/hacks.mk

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

Added files:

Index: pkgsrc/devel/check/hacks.mk
diff -u /dev/null pkgsrc/devel/check/hacks.mk:1.1
--- /dev/null   Mon Mar 18 11:42:35 2024
+++ pkgsrc/devel/check/hacks.mk Mon Mar 18 11:42:35 2024
@@ -0,0 +1,13 @@
+# $NetBSD: hacks.mk,v 1.1 2024/03/18 11:42:35 nia Exp $
+
+.ifndef CHECK_HACKS_MK
+CHECK_HACKS_MK:=
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+# Needed to get standards-conforming version of unsetenv.
+.if ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 100500
+PKG_HACKS+=            tiger-unix03
+CPPFLAGS+=             -D__DARWIN_UNIX03
+.endif
+.endif



Home | Main Index | Thread Index | Old Index