summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ab
blob: 3a10af208ad023a631dba3816cf5495b0e4dcabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.23 2002/06/06 02:05:58 taya Exp $

diff -ru ../Orig/mozilla/configure.in ./configure.in
--- ../Orig/mozilla/configure.in	Tue May 28 04:29:12 2002
+++ ./configure.in	Thu Jun  6 09:13:17 2002
@@ -1014,6 +1014,13 @@
     if test "$LIBRUNPATH"; then
 	DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
     fi
+
+    case "${target_cpu}" in
+    alpha*)
+    	CFLAGS="$CFLAGS -mieee"
+    	CXXFLAGS="$CXXFLAGS -mieee"
+    ;;
+    esac
     ;;
 
 *-nto*)