summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/icedove-shared-error.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-05 14:33:32 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-05 14:33:32 -0300
commitdc1043ad0abb5cd7bbf04be792222943e6e397ab (patch)
tree227fe42d1256f2f7d8a8479a50e30d417d69363e /libre-testing/icedove-libre/icedove-shared-error.patch
parent0ede689083473c45888403160e03a86ad8ee3ab0 (diff)
libre-testing/icedove-libre
Diffstat (limited to 'libre-testing/icedove-libre/icedove-shared-error.patch')
-rw-r--r--libre-testing/icedove-libre/icedove-shared-error.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre-testing/icedove-libre/icedove-shared-error.patch b/libre-testing/icedove-libre/icedove-shared-error.patch
deleted file mode 100644
index ae41bbc1e..000000000
--- a/libre-testing/icedove-libre/icedove-shared-error.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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