summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-05-31 11:28:22 +0400
committerArwed von Merkatz2008-06-18 19:42:11 +0200
commit594c443a823b82c447650b8b94f498e443e18be2 (patch)
treef5839187c8fe524bb1527cdfd15877f1590cefdd
parent42f984fc98de694bffcf6764400398482894b6c5 (diff)
wine: fixed compilation with new openssl (>=0.9.8h)
-rw-r--r--x11-libs/wine/HISTORY7
-rwxr-xr-xx11-libs/wine/PRE_BUILD7
2 files changed, 13 insertions, 1 deletions
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index b45825b2eb..7fedd87685 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,9 @@
+2008-05-31 Vlad Glagolev <stealth@sourcemage.org>
+ * PRE_BUILD: added fix for openssl>=0.9.8h
+
+2008-05-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0-rc3
+
2008-05-23 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0-rc2
@@ -462,4 +468,3 @@
2002-05-23 Adam Clark <adamsgl@dhbit.ca>
* DETAILS: updated to 20020509
* HISTORY: added this HISTORY file
-
diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
new file mode 100755
index 0000000000..7b20d10fd5
--- /dev/null
+++ b/x11-libs/wine/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# fix for openssl>=0.9.8h
+sed -i "s:X509_EXTENSIONS:X509_EXTENSIONZ:" dlls/crypt32/{en,de}code.c \
+ dlls/crypt32/tests/encode.c \
+ include/wincrypt.h