From 2555d120024bfa1fcdbddef864fff96154492d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 8 Mar 2011 13:57:49 -0300 Subject: seamonkey-libre-2.0.12-1 --- libre/thunderbird-libre/thunderbird-shared-error.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/thunderbird-libre/thunderbird-shared-error.patch (limited to 'libre/thunderbird-libre/thunderbird-shared-error.patch') diff --git a/libre/thunderbird-libre/thunderbird-shared-error.patch b/libre/thunderbird-libre/thunderbird-shared-error.patch new file mode 100644 index 000000000..ae41bbc1e --- /dev/null +++ b/libre/thunderbird-libre/thunderbird-shared-error.patch @@ -0,0 +1,15 @@ +diff -up comm-central/mail/installer/Makefile.in.shared-error comm-central/mail/installer/Makefile.in +--- comm-central/mail/installer/Makefile.in.shared-error 2009-09-16 13:47:43.000000000 +0200 ++++ comm-central/mail/installer/Makefile.in 2009-09-16 13:48:25.000000000 +0200 +@@ -95,9 +95,11 @@ endif + # mozconfig instead. + ifndef MAIL_PKG_SHARED + ifndef BUILD_STATIC_LIBS ++ifeq (BUILD_STATIC_LIBS, 1) + $(error you need an "--enable-static" build to package a build) + endif + endif ++endif + + # On mozilla-central, packager.mk uses core_abspath to redefine DIST + # As the comm-central config.mk doesn't set it, do it ourselves instead -- cgit v1.2.3-2-g168b