summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 02:20:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 02:20:23 +0800
commitec9a5241d70f4c40f6c1d4e793ad405787627222 (patch)
tree3d11982ac1811299b5918a46695a0b370341f04c /mail/thunderbird/files
parent0da5277211d6b4d756f2a496a74bb5e6e58b72eb (diff)
downloadmarcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar.gz
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar.bz2
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar.lz
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar.xz
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.tar.zst
marcuscom-ports-ec9a5241d70f4c40f6c1d4e793ad405787627222.zip
Link Thunderbird against pangox to fix problems with undefined symbols.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5195 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/files')
-rw-r--r--mail/thunderbird/files/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-configure b/mail/thunderbird/files/patch-configure
new file mode 100644
index 000000000..cdf04c84a
--- /dev/null
+++ b/mail/thunderbird/files/patch-configure
@@ -0,0 +1,17 @@
+--- configure.orig Wed Nov 23 13:17:02 2005
++++ configure Wed Nov 23 13:17:20 2005
+@@ -11417,12 +11417,12 @@
+
+ echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6
+ echo "configure:11420: checking MOZ_GTK2_CFLAGS" >&5
+- MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"`
++ MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7" "pangox >= 1.1.0"`
+ echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6
+
+ echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6
+ echo "configure:11425: checking MOZ_GTK2_LIBS" >&5
+- MOZ_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 1.3.7"`
++ MOZ_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 1.3.7" "pangox >= 1.1.0"`
+ echo "$ac_t""$MOZ_GTK2_LIBS" 1>&6
+ else
+ MOZ_GTK2_CFLAGS=""