The build failure on 10.11 seems fixable with the trivial patch...

--- htmldoc-1.8.28/htmldoc/http-private.h.orig 2015-11-07
14:18:26.000000000 -0500
+++ htmldoc-1.8.28/htmldoc/http-private.h 2015-11-07 14:25:40.000000000
-0500
@@ -213,7 +213,7 @@
 #    if !defined(HAVE_SECBASEPRIV_H) && defined(HAVE_CSSMERRORSTRING) /*
Declare prototype for function in that header... */
 extern const char *cssmErrorString(int error);
 #    endif /* !HAVE_SECBASEPRIV_H && HAVE_CSSMERRORSTRING */
-#    ifndef HAVE_SECITEMPRIV_H /* Declare constants from that header... */
+#    if !defined(HAVE_SECITEMPRIV_H) && MAC_OS_X_VERSION_MAX_ALLOWED <
MAC_OS_X_VERSION_10_11 /* Declare constants from that header... */
 extern const CFTypeRef kSecClassCertificate;
 extern const CFTypeRef kSecClassIdentity;
 #    endif /* !HAVE_SECITEMPRIV_H */
------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to