Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f75469b1b25ff8d4627b8607e72f31bbb424961b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f75469b1b25ff8d4627b8607e72f31bbb424961b)
  • Date: Sat, 31 May 2008 02:28:29 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-libs/wine/HISTORY | 4 +++-
x11-libs/wine/PRE_BUILD | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit f75469b1b25ff8d4627b8607e72f31bbb424961b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wine: fixed compilation with new openssl (>=0.9.8h)

diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index a08bcde..7fedd87 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2008-05-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added fix for openssl>=0.9.8h
+
2008-05-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0-rc3

@@ -465,4 +468,3 @@
2002-05-23 Adam Clark <adamsgl AT 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 0000000..7b20d10
--- /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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f75469b1b25ff8d4627b8607e72f31bbb424961b), Vlad Glagolev, 05/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page