summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 18:37:45 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 18:37:45 +0100
commite0335749ad65bdb78f4da2315197b6066bb24563 (patch)
tree0a1112c799bb219cb8b7a432804e0f398bc0fa80
parent4264a8542d6b6da19b548c192662f5d7565c31ca (diff)
upstream patches/dev300/seamonkey-is-iceape.diff
-rw-r--r--patches/dev300/apply2
-rw-r--r--patches/dev300/seamonkey-is-iceape.diff22
2 files changed, 0 insertions, 24 deletions
diff --git a/patches/dev300/apply b/patches/dev300/apply
index f4af29b95..73b9c4e4a 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -481,8 +481,6 @@ novell-win32-agfa-monotype-fonts.diff, tml
[ DebianOnly ]
-seamonkey-is-iceape.diff
-
# build against xulrunner 1.9.1+
xulrunner-1.9.1.diff, ccheney
diff --git a/patches/dev300/seamonkey-is-iceape.diff b/patches/dev300/seamonkey-is-iceape.diff
deleted file mode 100644
index 10fccb68d..000000000
--- a/patches/dev300/seamonkey-is-iceape.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in-old 2008-05-03 23:27:00.000000000 +0200
-+++ configure.in 2008-05-03 23:27:37.000000000 +0200
-@@ -795,7 +795,7 @@
- components cannot be built against a contemporary
- mozilla. The flavour used can be specified by
- --with-system-mozilla=<flavour>. Supported are:
-- libxul (default), xulrunner, firefox, seamonkey,
-+ libxul (default), xulrunner, firefox, iceape,
- mozilla
- ], WITH_SYSTEM_MOZILLA=$withval, WITH_SYSTEM_MOZILLA=no)
-
-@@ -4134,8 +4134,8 @@
- MOZ_FLAVOUR=libxul
- elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "xulrunner"; then
- MOZ_FLAVOUR=xulrunner
-- elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "seamonkey"; then
-- MOZ_FLAVOUR=seamonkey
-+ elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "iceape"; then
-+ MOZ_FLAVOUR=iceape
- elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "firefox"; then
- MOZ_FLAVOUR=firefox
- elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "mozilla"; then