diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-09 23:32:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-09 23:32:07 +0800 |
commit | 715d607aaf6c368a36d83cbd9d1025ad7968ecec (patch) | |
tree | ba842f84233e9cc7857d4145688a218f138525a3 /www/mozilla/files/patch-config-mkdepend-imakemdep.h | |
parent | 0f166703a08085bae7b9b7229ef05c08ddbc085d (diff) | |
download | marcuscom-ports-715d607aaf6c368a36d83cbd9d1025ad7968ecec.tar.gz marcuscom-ports-715d607aaf6c368a36d83cbd9d1025ad7968ecec.tar.zst marcuscom-ports-715d607aaf6c368a36d83cbd9d1025ad7968ecec.zip |
Add MOZ_TOOLKIT variable, this will allow gecko to set which toolkit to use.
Defaults to gtk2 but with Firefox 3.0 we will want MOZ_TOOLKIT=cairo-gtk2
with a *maybe* optional gtk2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8020 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r-- | www/mozilla/files/patch-config-mkdepend-imakemdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-config-mkdepend-imakemdep.h b/www/mozilla/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000..b688e6644 --- /dev/null +++ b/www/mozilla/files/patch-config-mkdepend-imakemdep.h @@ -0,0 +1,10 @@ +--- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 ++++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 +@@ -278,4 +278,7 @@ + "-D__i386__", + # endif ++# if defined(__amd64__) || defined(__x86_64__) ++ "-D__amd64__ -D__x86_64__", ++# endif + # ifdef __GNUC__ + "-traditional", |