freebsd-ports/www/seamonkey2/files/patch-config_mkdepend_Makefile.in
Michael Johnson 58cfbc4b97 - Add seamonkey
This is the current release of the Seamonkey open source web browser. It should
be fully compliant with all W3C standards, including HTML, CSS, XML, XSL,
JavaScript, MathML, SSL encryption, SVG and RDF.  Also supports Java with
the use of the FreeBSD native Java plug-in.

This is the latest bleeding edge release.  Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla.

WWW: http://www.mozilla.org/projects/seamonkey/

Repocopied by:	marcus
2005-11-30 00:44:58 +00:00

10 lines
349 B
Text

--- config/mkdepend/Makefile.in.orig Sun Apr 18 14:17:26 2004
+++ config/mkdepend/Makefile.in Sun Dec 12 09:42:11 2004
@@ -73,6 +73,7 @@
include $(topsrcdir)/config/rules.mk
HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
+HOST_CFLAGS += $(XCFLAGS)
ifdef GNU_CC
_GCCDIR = $(shell $(CC) -print-file-name=include)