pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/dbh Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/837239ff9881
branches:  trunk
changeset: 471266:837239ff9881
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Mar 22 23:16:44 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 databases/dbh/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0a23bbf6ca6e -r 837239ff9881 databases/dbh/Makefile
--- a/databases/dbh/Makefile    Mon Mar 22 23:02:11 2004 +0000
+++ b/databases/dbh/Makefile    Mon Mar 22 23:16:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/10 09:46:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/22 23:16:44 snj Exp $
 
 DISTNAME=              dbh_1.0-15
 PKGNAME=               dbh-1.0.15
@@ -14,6 +14,9 @@
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    src/dbh-1.0.pc.in
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html



Home | Main Index | Thread Index | Old Index