diff options
author | ghen <ghen@pkgsrc.org> | 2007-05-12 13:55:52 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-05-12 13:55:52 +0000 |
commit | fe08275471018cf1277a77edfe1a221df934eca6 (patch) | |
tree | 591971e2b75574c7f03d128dae8a0b9c4d5403b6 /www/firefox15/patches/patch-bs | |
parent | cba4c5c8f26c3d16bd0301881f8c8d2a972ced5c (diff) | |
download | pkgsrc-fe08275471018cf1277a77edfe1a221df934eca6.tar.gz |
Re-import firefox-1.5.0.11 as www/firefox15, www/firefox has
firefox-2.0.0.3nb1 now, as discussed with gdt on tech-pkg.
Diffstat (limited to 'www/firefox15/patches/patch-bs')
-rw-r--r-- | www/firefox15/patches/patch-bs | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/firefox15/patches/patch-bs b/www/firefox15/patches/patch-bs new file mode 100644 index 00000000000..e7793a6ab1a --- /dev/null +++ b/www/firefox15/patches/patch-bs @@ -0,0 +1,33 @@ +$NetBSD: patch-bs,v 1.1.1.1 2007/05/12 13:56:11 ghen Exp $ + +diff -ruN ../Orig/mozilla/config/mkdepend/imakemdep.h ./config/mkdepend/imakemdep.h +--- ../Orig/mozilla/config/mkdepend/imakemdep.h 2004-04-21 06:38:14.000000000 +0900 ++++ ./config/mkdepend/imakemdep.h 2005-12-04 19:21:01.000000000 +0900 +@@ -235,7 +235,7 @@ + #ifdef _CRAY + #define DEFAULT_CPP "/lib/pcpp" + #endif +-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + #define DEFAULT_CPP "/usr/libexec/cpp" + #endif + #ifdef MACH +@@ -273,7 +273,7 @@ + #ifdef unix + "-Uunix", /* remove unix symbol so that filename unix.c okay */ + #endif +-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(MACH) ++#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(MACH) || defined(__DragonFly__) + # ifdef __i386__ + "-D__i386__", + # endif +@@ -713,6 +713,9 @@ + #ifdef __sgi + {"__sgi", "1"}, + #endif ++#ifdef __DragonFly__ ++ {"__DragonFly__", "1"}, ++#endif + #ifdef __FreeBSD__ + {"__FreeBSD__", "1"}, + #endif |