diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-14 16:47:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-14 16:47:57 +0000 |
commit | 2b54817f149c07f5d857f028ff4e6de7e72fde45 (patch) | |
tree | 1705493bc04075c52be47f84adc44afd44eb4b7a /www/seamonkey/files/patch-nsprpub-configure | |
parent | - Fix build on 4.x (diff) |
Update to 1.6b, and add Peter's amd64 patches from Firebird. For a list
of what is changed in 1.6b, checkout the release notes at:
http://www.mozilla.org/releases/mozilla1.6b/
Diffstat (limited to 'www/seamonkey/files/patch-nsprpub-configure')
-rw-r--r-- | www/seamonkey/files/patch-nsprpub-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/seamonkey/files/patch-nsprpub-configure b/www/seamonkey/files/patch-nsprpub-configure deleted file mode 100644 index 27ae64ee0c97..000000000000 --- a/www/seamonkey/files/patch-nsprpub-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- nsprpub/configure.in.orig Sun Jun 1 00:16:23 2003 -+++ nsprpub/configure.in Sun Jun 1 00:13:09 2003 -@@ -920,6 +920,7 @@ - AC_DEFINE(XP_UNIX) - AC_DEFINE(FREEBSD) - AC_DEFINE(HAVE_BSD_FLOCK) -+ AC_DEFINE(HAVE_SOCKLEN_T) - CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall" - MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - if test "$MOZ_OBJFORMAT" = "elf"; then ---- nsprpub/configure.orig Sun Jun 1 00:11:33 2003 -+++ nsprpub/configure Sun Jun 1 00:12:49 2003 -@@ -3300,6 +3300,10 @@ - #define HAVE_BSD_FLOCK 1 - EOF - -+ cat >> confdefs.h <<\EOF -+#define HAVE_SOCKLEN_T 1 -+EOF -+ - CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall" - MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - if test "$MOZ_OBJFORMAT" = "elf"; then |