diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-23 19:42:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-23 19:42:44 +0800 |
commit | 256c92e7ebe63fdf79536c9ac0138f775cd50650 (patch) | |
tree | 068bc19b04fcea344d7de4f96618588391924817 /www/xulrunner/files/patch-config_mkdepend_Makefile.in | |
parent | 2c95d4d0e4521292cf566c222aff97edffd0a944 (diff) | |
download | marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.gz marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.zst marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.zip |
- Add xulrunner
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.
WWW: http://developer.mozilla.org/en/docs/XULRunner
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5721 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xulrunner/files/patch-config_mkdepend_Makefile.in')
-rw-r--r-- | www/xulrunner/files/patch-config_mkdepend_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/xulrunner/files/patch-config_mkdepend_Makefile.in b/www/xulrunner/files/patch-config_mkdepend_Makefile.in new file mode 100644 index 000000000..8da7e48ab --- /dev/null +++ b/www/xulrunner/files/patch-config_mkdepend_Makefile.in @@ -0,0 +1,10 @@ +--- 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) |