summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-11 12:36:16 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-11 12:36:16 +0000
commit987d9330b5dff319469667fb6d699fc9d1301c78 (patch)
tree89359a72e3d00853592d76d17fe25c3089896c46 /mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in
parent9708a6d7255b6c71770c12f5ff4aacc747eedf9a (diff)
downloadpkgsrc-987d9330b5dff319469667fb6d699fc9d1301c78.tar.gz
Retire old thunderbird versions.
Diffstat (limited to 'mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in')
-rw-r--r--mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in b/mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in
deleted file mode 100644
index 4c2ccc1b083..00000000000
--- a/mail/thunderbird10/patches/patch-mozilla_ipc_chromium_Makefile.in
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/ipc/chromium/Makefile.in.orig 2012-02-16 10:25:01.000000000 +0000
-+++ mozilla/ipc/chromium/Makefile.in
-@@ -278,6 +278,34 @@ endif
-
- endif # } OS_LINUX
-
-+ifdef OS_BSD # {
-+
-+CPPSRCS += \
-+ atomicops_internals_x86_gcc.cc \
-+ file_util_bsd.cc \
-+ process_util_bsd.cc \
-+ time_posix.cc \
-+ $(NULL)
-+
-+ifdef MOZ_ENABLE_GTK2
-+CPPSRCS += \
-+ message_pump_glib.cc \
-+ $(NULL)
-+endif
-+
-+ifdef MOZ_ENABLE_QT
-+MOCSRCS = \
-+ moc_message_pump_qt.cc \
-+ $(NULL)
-+
-+CPPSRCS += \
-+ $(MOCSRCS) \
-+ message_pump_qt.cc \
-+ $(NULL)
-+endif
-+
-+endif # } OS_BSD
-+
- # libevent
-
- ifndef MOZ_NATIVE_LIBEVENT # {