summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-04 13:50:59 +0000
committerhasso <hasso@pkgsrc.org>2009-06-04 13:50:59 +0000
commitf16bc756f54d2d2652938656705cae16c8882f6c (patch)
tree73174f6a790a0a73303199f6ee9af77d590a6339 /time
parent3b598af38fc0fdb342f0058cced5135a57ed4353 (diff)
downloadpkgsrc-f16bc756f54d2d2652938656705cae16c8882f6c.tar.gz
Make it link.
Diffstat (limited to 'time')
-rw-r--r--time/sunbird/distinfo3
-rw-r--r--time/sunbird/patches/patch-em16
2 files changed, 18 insertions, 1 deletions
diff --git a/time/sunbird/distinfo b/time/sunbird/distinfo
index 32b5603c5dd..8fa89fa2fe6 100644
--- a/time/sunbird/distinfo
+++ b/time/sunbird/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2009/05/29 13:22:11 he Exp $
+$NetBSD: distinfo,v 1.13 2009/06/04 13:50:59 hasso Exp $
SHA1 (lightning-sunbird-0.9-source.tar.bz2) = e85bbc08515cc64258fbba837b89f6ba55005480
RMD160 (lightning-sunbird-0.9-source.tar.bz2) = d127fd16a59b945b10b125edf27a310c52a2725f
@@ -65,3 +65,4 @@ SHA1 (patch-ei) = b42438f95e68bb761bf69b5c5b7c0edfda462e2c
SHA1 (patch-ej) = 2fa7456d555af1914e5368dec611685c433dd6eb
SHA1 (patch-ek) = 663dc7b550ee5ee8fae36ed0a3fd33cf648424a9
SHA1 (patch-el) = a3de4f5b9ff7939c5c4b970b7060154044958db0
+SHA1 (patch-em) = f764352c692409dc47b774705d987b135ae18a98
diff --git a/time/sunbird/patches/patch-em b/time/sunbird/patches/patch-em
new file mode 100644
index 00000000000..ba1fa161ee8
--- /dev/null
+++ b/time/sunbird/patches/patch-em
@@ -0,0 +1,16 @@
+$NetBSD: patch-em,v 1.1 2009/06/04 13:51:00 hasso Exp $
+
+--- layout/build/Makefile.in.orig 2009-06-04 15:19:02 +0300
++++ layout/build/Makefile.in 2009-06-04 15:20:14 +0300
+@@ -240,6 +240,11 @@ EXTRA_DSO_LDOPTS += \
+ $(NULL)
+ endif
+
++ifdef MOZ_ENABLE_XFT
++EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS) \
++ $(NULL)
++endif
++
+ include $(topsrcdir)/config/rules.mk
+
+ LOCAL_INCLUDES += -I$(srcdir)/../base \