diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
commit | ed5f4675609124dd7f4848191a5c6d0b503905ab (patch) | |
tree | 451dacbb5e9e33b297bdd0b72c6c64eba6c79378 /www/mozilla/files/patch-nsprpub-configure | |
parent | Add a patch that fixes Korean fontface name encoding for OpenOffice.org. (diff) |
Update to 1.6. For all the juicy details, please see:
http://www.mozilla.org/releases/mozilla1.6/
Notes
Notes:
svn path=/head/; revision=98369
Diffstat (limited to 'www/mozilla/files/patch-nsprpub-configure')
-rw-r--r-- | www/mozilla/files/patch-nsprpub-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/mozilla/files/patch-nsprpub-configure b/www/mozilla/files/patch-nsprpub-configure deleted file mode 100644 index 27ae64ee0c97..000000000000 --- a/www/mozilla/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 |