pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql4-client Fix build with gcc2 on sparc64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/226f673a9fd1
branches:  trunk
changeset: 471270:226f673a9fd1
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Mar 23 04:34:17 2004 +0000

description:
Fix build with gcc2 on sparc64.

diffstat:

 databases/mysql4-client/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cacd5fd0ec87 -r 226f673a9fd1 databases/mysql4-client/Makefile.common
--- a/databases/mysql4-client/Makefile.common   Tue Mar 23 02:08:37 2004 +0000
+++ b/databases/mysql4-client/Makefile.common   Tue Mar 23 04:34:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/03/13 12:09:36 recht Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/03/23 04:34:17 snj Exp $
 
 DISTNAME=              mysql-4.0.18
 CATEGORIES=            databases
@@ -53,6 +53,9 @@
 CONFIGURE_ARGS+=       --with-charset=${MYSQL_CHARSET}
 CONFIGURE_ARGS+=       --with-extra-charsets=${MYSQL_EXTRA_CHARSET}
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 CPPFLAGS+=             -Dunix
 
 # force HAVE_CURSES_H on Solaris since the configure script is broken



Home | Main Index | Thread Index | Old Index