Revision: 37272 http://trac.macosforge.org/projects/macports/changeset/37272 Author: ryandesign@macports.org Date: 2008-06-01 17:17:13 -0700 (Sun, 01 Jun 2008) Log Message: ----------- wine: allow build with openssl 0.9.8h; see #15461 Modified Paths: -------------- trunk/dports/x11/wine/Portfile Added Paths: ----------- trunk/dports/x11/wine/files/patch-dlls-wininet-internet.h.diff Modified: trunk/dports/x11/wine/Portfile =================================================================== --- trunk/dports/x11/wine/Portfile 2008-06-02 00:06:59 UTC (rev 37271) +++ trunk/dports/x11/wine/Portfile 2008-06-02 00:17:13 UTC (rev 37272) @@ -48,6 +48,9 @@ depends_build \ port:pkgconfig +patchfiles \ + patch-dlls-wininet-internet.h.diff + configure.ldflags-append \ -framework CoreServices \ -lz Added: trunk/dports/x11/wine/files/patch-dlls-wininet-internet.h.diff =================================================================== --- trunk/dports/x11/wine/files/patch-dlls-wininet-internet.h.diff (rev 0) +++ trunk/dports/x11/wine/files/patch-dlls-wininet-internet.h.diff 2008-06-02 00:17:13 UTC (rev 37272) @@ -0,0 +1,10 @@ +--- dlls/wininet/internet.h 2008-05-30 16:41:29.000000000 +0200 ++++ dlls/wininet/internet.h 2008-06-01 22:45:28.000000000 +0200 +@@ -45,6 +45,7 @@ + #undef PKCS7_SIGNER_INFO + #undef X509_NAME + #undef X509_CERT_PAIR ++#undef X509_EXTENSIONS + # include <openssl/ssl.h> + #undef FAR + #define FAR do_not_use_this_in_wine
participants (1)
-
ryandesign@macports.org