summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-08-31 13:57:39 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-08-31 13:57:39 +0000
commitd01bbd5bd3ec9db64e2f632f2f09e9923434f66f (patch)
treeb22c82ced9bded2b99b9df7ccdd11334249e285e /x11-plugins/wmail/files
parenturi problems with valueclick. this should get tigger to stop bouncing. (diff)
downloadhistorical-d01bbd5bd3ec9db64e2f632f2f09e9923434f66f.tar.gz
historical-d01bbd5bd3ec9db64e2f632f2f09e9923434f66f.tar.bz2
historical-d01bbd5bd3ec9db64e2f632f2f09e9923434f66f.zip
Revision bump for x11-plugins/wmail-2.0, adding support for libdockapp-0.5.0. See #54580
Diffstat (limited to 'x11-plugins/wmail/files')
-rw-r--r--x11-plugins/wmail/files/digest-wmail-2.0-r11
-rw-r--r--x11-plugins/wmail/files/wmail-2.0.support-libdockapp-0.5.0.patch26
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/wmail/files/digest-wmail-2.0-r1 b/x11-plugins/wmail/files/digest-wmail-2.0-r1
new file mode 100644
index 000000000000..2c030dc31d13
--- /dev/null
+++ b/x11-plugins/wmail/files/digest-wmail-2.0-r1
@@ -0,0 +1 @@
+MD5 a4eb33712e0650e79ffdffce2c9a1e4c wmail-2.0.tar.gz 46468
diff --git a/x11-plugins/wmail/files/wmail-2.0.support-libdockapp-0.5.0.patch b/x11-plugins/wmail/files/wmail-2.0.support-libdockapp-0.5.0.patch
new file mode 100644
index 000000000000..b9202b36d3f4
--- /dev/null
+++ b/x11-plugins/wmail/files/wmail-2.0.support-libdockapp-0.5.0.patch
@@ -0,0 +1,26 @@
+--- configure 2002-08-12 22:59:48.000000000 +0200
++++ configure 2004-08-31 15:42:52.979115744 +0200
+@@ -2386,8 +2386,8 @@
+ fi
+
+ echo $ac_n "checking for DAInitialize in -ldockapp""... $ac_c" 1>&6
+-echo "configure:2390: checking for DAInitialize in -ldockapp" >&5
+-ac_lib_var=`echo dockapp'_'DAInitialize | sed 'y%./+-%__p_%'`
++echo "configure:2390: checking for DAOpenDisplay in -ldockapp" >&5
++ac_lib_var=`echo dockapp'_'DAOpenDisplay | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -2399,10 +2399,10 @@
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+-char DAInitialize();
++char DAOpenDisplay();
+
+ int main() {
+-DAInitialize()
++DAOpenDisplay()
+ ; return 0; }
+ EOF
+ if { (eval echo configure:2409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then