summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-01 19:02:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-11-01 19:09:08 (GMT)
commit06385ee446e4c6c1d8a7d09b9b4fe4a5f7dbe6f4 (patch)
tree20c22655e2b88254b1b67885ad39d4f85496b56e /src
parent6515182226f027f2d12e6ed4ba94c9c190a8c452 (diff)
downloadmxe-06385ee446e4c6c1d8a7d09b9b4fe4a5f7dbe6f4.zip
mxe-06385ee446e4c6c1d8a7d09b9b4fe4a5f7dbe6f4.tar.gz
mxe-06385ee446e4c6c1d8a7d09b9b4fe4a5f7dbe6f4.tar.bz2
update package wt
Diffstat (limited to 'src')
-rw-r--r--src/wt-1-fixes.patch6
-rw-r--r--src/wt.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/wt-1-fixes.patch b/src/wt-1-fixes.patch
index 4344e33..ab0f00c 100644
--- a/src/wt-1-fixes.patch
+++ b/src/wt-1-fixes.patch
@@ -1,7 +1,7 @@
This file is part of MXE.
See index.html for further information.
-From 52fc36d3d87c8fc3df1b4bb005ef39bd61db2fef Mon Sep 17 00:00:00 2001
+From e04e1c624c65e0acb0249aa3c4980d95e79f592c Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Mon, 18 Jun 2012 13:23:21 +0200
Subject: [PATCH] fixes for mxe
@@ -108,10 +108,10 @@ index fdbcb5f..578baf1 100644
FIND_LIBRARY(SSL_LIB
NAMES
diff --git a/src/Wt/WRasterImage.C b/src/Wt/WRasterImage.C
-index 4c52f39..e948691 100644
+index 471edfa..95632be 100644
--- a/src/Wt/WRasterImage.C
+++ b/src/Wt/WRasterImage.C
-@@ -38,15 +38,6 @@
+@@ -39,15 +39,6 @@
#define M_PI 3.14159265358979323846
#endif
diff --git a/src/wt.mk b/src/wt.mk
index 4b12498..c2c3b9d 100644
--- a/src/wt.mk
+++ b/src/wt.mk
@@ -3,7 +3,7 @@
PKG := wt
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 30f754d631905c4e7ef55ad095b6e480bada642f
+$(PKG)_CHECKSUM := d3870671a303d64878a1c9fe22765a643e515051
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/witty/$($(PKG)_FILE)