1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/libxul/files/patch-layout_generic_Makefile.in
Joe Marcus Clarke 69fe7c5867 Merge patches from firefox3 to hopefully fix the build on certain platforms.
Additionally, fix a plist problem with files being installed to /etc.
2009-04-12 03:30:29 +00:00

15 lines
419 B
Plaintext

--- layout/generic/Makefile.in.orig 2008-06-19 12:29:06.000000000 -0500
+++ layout/generic/Makefile.in 2008-06-19 12:30:04.000000000 -0500
@@ -188,9 +188,10 @@
-I$(srcdir)/../../content/base/src \
-I$(srcdir)/../../content/html/content/src \
-I$(srcdir)/../../dom/src/base \
- $(MOZ_CAIRO_CFLAGS) \
$(NULL)
+CXXFLAGS += $(MOZ_CAIRO_CFLAGS)
+
ifdef MOZ_ENABLE_GTK2
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
endif