diff options
author | dmcmahill <dmcmahill> | 2007-01-16 23:35:16 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-01-16 23:35:16 +0000 |
commit | fa61ef826592f3748cd7e755c1ddf4a838ee2d2b (patch) | |
tree | 31c59745dbd4c2b0bb60b495ecc84141913d2c86 /www/firefox/patches | |
parent | e0886058e8541c671ffe3794a2b2d1b4aee606da (diff) | |
download | pkgsrc-fa61ef826592f3748cd7e755c1ddf4a838ee2d2b.tar.gz |
Fix build problems on solaris reported in NetBSD PR/31481, PR/42905,
and PR/33583. See also https://bugzilla.mozilla.org/show_bug.cgi?id=77788
for a discussion of this.
Diffstat (limited to 'www/firefox/patches')
-rw-r--r-- | www/firefox/patches/patch-ap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/patches/patch-ap b/www/firefox/patches/patch-ap index 40210afbd5d..04418743970 100644 --- a/www/firefox/patches/patch-ap +++ b/www/firefox/patches/patch-ap @@ -1,4 +1,4 @@ -$NetBSD: patch-ap,v 1.5 2005/12/10 13:47:22 taya Exp $ +$NetBSD: patch-ap,v 1.6 2007/01/16 23:35:16 dmcmahill Exp $ diff -ruN ../Orig/mozilla/security/coreconf/command.mk ./security/coreconf/command.mk --- ../Orig/mozilla/security/coreconf/command.mk 2004-04-26 00:02:17.000000000 +0900 @@ -8,7 +8,7 @@ diff -ruN ../Orig/mozilla/security/coreconf/command.mk ./security/coreconf/comma LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) NFSPWD = $(NSINSTALL_DIR)/nfspwd -CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ -+CFLAGS += $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ ++CFLAGS = $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ $(XCFLAGS) RANLIB = echo TAR = /bin/tar |