On Sat, 7 Nov 2015 14:31:03 -0500, Jack Howarth 
<howarth.at.f...@gmail.com> wrote:
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 */

The extern's being controlled there look unused at all. I just 
committed a patch that simply removes them (identical build transcript 
on 10.10 with/without that change). 

dan

--
Daniel Macks
dma...@netspace.org


------------------------------------------------------------------------------
_______________________________________________
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