diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 07:59:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 07:59:05 +0000 |
commit | 0083ef4403a5409b575af728a51b7caf9603b374 (patch) | |
tree | 3c67b88f3dedcf171bb748da660c469946a2706f /www/flock/files/patch-gfx-src-gtk-Makefile.in | |
parent | 9e389814c321a23b61eb0beb65d8994791245073 (diff) |
Notes
Diffstat (limited to 'www/flock/files/patch-gfx-src-gtk-Makefile.in')
-rw-r--r-- | www/flock/files/patch-gfx-src-gtk-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/flock/files/patch-gfx-src-gtk-Makefile.in b/www/flock/files/patch-gfx-src-gtk-Makefile.in new file mode 100644 index 000000000000..ff8b699841a3 --- /dev/null +++ b/www/flock/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 \ |