Alexander Sack <[EMAIL PROTECTED]> (01/10/2007): > Hey dear NM ... you forgot to attach anything :) ... at least the > mails i got had no patch/attachment.
And as discussed on IRC, an updated patch (runtime not checked this time since I've no longer any tester around). Cheers, -- Cyril
diff -u enigmail-0.95.0+1/debian/patches/00list.thunderbird enigmail-0.95.0+1/debian/patches/00list.thunderbird
--- enigmail-0.95.0+1/debian/patches/00list.thunderbird
+++ enigmail-0.95.0+1/debian/patches/00list.thunderbird
@@ -10,0 +11 @@
+80_enigmail_visibility-workaround
only in patch2:
unchanged:
--- enigmail-0.95.0+1.orig/debian/patches/80_enigmail_visibility-workaround.dpatch
+++ enigmail-0.95.0+1/debian/patches/80_enigmail_visibility-workaround.dpatch
@@ -0,0 +1,37 @@
+#!/bin/sh -e
+## debian/patches/80_enigmail_visibility-workaround.dpatch by [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+if [ $# -ne 1 ]; then
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1
+fi
+
+[ -f debian/patches/00patch-opts.sdk ] && . debian/patches/00patch-opts.sdk
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+ -patch) patch $patch_opts < $0;;
+ -unpatch) patch $patch_opts -R < $0;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1;;
+esac
+
+exit 0
+
[EMAIL PROTECTED]@
+--- mozilla/configure.in~ 2007-10-01 15:03:41.000000000 +0200
++++ mozilla/configure.in 2007-10-01 15:04:00.000000000 +0200
+@@ -2614,8 +2614,7 @@
+ ])
+ if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
+ "$ac_cv_have_visibility_class_bug" = "no"; then
+- VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
+- WRAP_SYSTEM_INCLUDES=1
++ VISIBILITY_FLAGS='-fvisibility=hidden'
+ else
+ VISIBILITY_FLAGS='-fvisibility=hidden'
+ fi # have visibility pragma bug
pgpLb3UjRTE16.pgp
Description: PGP signature

