summaryrefslogtreecommitdiff
path: root/time/sunbird/patches
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/sunbird/patches
parent3b598af38fc0fdb342f0058cced5135a57ed4353 (diff)
downloadpkgsrc-f16bc756f54d2d2652938656705cae16c8882f6c.tar.gz
Make it link.
Diffstat (limited to 'time/sunbird/patches')
-rw-r--r--time/sunbird/patches/patch-em16
1 files changed, 16 insertions, 0 deletions
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 \