diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-13 16:45:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-13 16:45:48 +0800 |
commit | 91c12a406b202f2c5d7aebeed6ef7fd48d8738e4 (patch) | |
tree | 7699834c06a5d8daf415ac6e0ff5f12a4cf9d2f5 /www/seamonkey/files/patch-config_autoconf.mk.in | |
parent | f0e080d5bb11394bf072485e4be58522e35c389b (diff) | |
download | marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar.gz marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar.bz2 marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar.lz marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar.xz marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.tar.zst marcuscom-ports-91c12a406b202f2c5d7aebeed6ef7fd48d8738e4.zip |
- Add mozilla with all cairo stuff disabled so people stop emailing
about cairo support not working with marcuscom until we get some
mozilla+cairo patches.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4226 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/seamonkey/files/patch-config_autoconf.mk.in')
-rw-r--r-- | www/seamonkey/files/patch-config_autoconf.mk.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-config_autoconf.mk.in b/www/seamonkey/files/patch-config_autoconf.mk.in new file mode 100644 index 000000000..9c7c471be --- /dev/null +++ b/www/seamonkey/files/patch-config_autoconf.mk.in @@ -0,0 +1,18 @@ +--- config/autoconf.mk.in.orig Mon Mar 15 22:56:25 2004 ++++ config/autoconf.mk.in Fri Mar 19 15:17:50 2004 +@@ -31,13 +31,13 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ +-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) ++includedir = @includedir@/mozilla%%HEADERS_SUFX%% + libdir = @libdir@ + datadir = @datadir@ + mandir = @mandir@ + idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) + +-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) ++mozappdir = $(libdir)/%%MOZILLA%% + mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION) + mrelibdir = $(mredir)/lib + |