summaryrefslogtreecommitdiffstats
path: root/www/mozilla/files/patch-gfx-src-gtk-Makefile.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-27 03:07:09 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-27 03:07:09 +0800
commit073b731b40bba5987ced7588ffa8788883a060e9 (patch)
treeb24f29f22c4a59be1f3a3a161546287ff81de6fe /www/mozilla/files/patch-gfx-src-gtk-Makefile.in
parent97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3 (diff)
downloadmarcuscom-ports-073b731b40bba5987ced7588ffa8788883a060e9.tar.gz
marcuscom-ports-073b731b40bba5987ced7588ffa8788883a060e9.tar.zst
marcuscom-ports-073b731b40bba5987ced7588ffa8788883a060e9.zip
Mark CONFLICTS with xulrunner
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11188 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/patch-gfx-src-gtk-Makefile.in')
-rw-r--r--www/mozilla/files/patch-gfx-src-gtk-Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-gfx-src-gtk-Makefile.in b/www/mozilla/files/patch-gfx-src-gtk-Makefile.in
new file mode 100644
index 000000000..ff8b69984
--- /dev/null
+++ b/www/mozilla/files/patch-gfx-src-gtk-Makefile.in
@@ -0,0 +1,15 @@
+When using ``--with-system-nspr'' option, MOZ_COMPONENT_LIBS does not
+contain the ``-L../../../dist/lib'' -- only ``-L../../../dist/bin''.
+
+This causes an error, because libgfxshared_s is only under dist/lib.
+
+ -mi
+
+--- gfx/src/gtk/Makefile.in Mon Nov 10 07:24:51 2003
++++ gfx/src/gtk/Makefile.in Thu Jul 21 23:58:26 2005
+@@ -165,4 +165,5 @@
+ ifdef MOZ_ENABLE_GTK2
+ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
++ $(LIBS_DIR) \
+ -lgkgfx \
+ -lgfxshared_s \