pkgsrc-WIP-changes archive

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

I'm not proud of this, but extend the list of systems that use <limits.h> to include MacOS



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Thu Jan 20 13:29:37 2022 +1300
Changeset:	eb34237f833ac5efef6594748fb43d82eda2d34d

Modified Files:
	zoneminder/patches/patch-src_zmc_cpp

Log Message:
I'm not proud of this, but extend the list of systems that use <limits.h> to include MacOS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb34237f833ac5efef6594748fb43d82eda2d34d

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

diffstat:
 zoneminder/patches/patch-src_zmc_cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/zoneminder/patches/patch-src_zmc_cpp b/zoneminder/patches/patch-src_zmc_cpp
index 786433b25c..2398362bd3 100644
--- a/zoneminder/patches/patch-src_zmc_cpp
+++ b/zoneminder/patches/patch-src_zmc_cpp
@@ -10,7 +10,7 @@ of <limits.h>, for portability.
  #include <getopt.h>
  #include <signal.h>
 -#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
  #include <limits.h>
  #else
  #include <values.h>


Home | Main Index | Thread Index | Old Index