diff options
author | snj <snj@pkgsrc.org> | 2004-03-22 23:16:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-22 23:16:44 +0000 |
commit | f25bc47a713833494d319b481d6939753c096cbd (patch) | |
tree | 362fcd365c9beba128b0162fa088b36b389aad97 /databases | |
parent | 697adb9300593e2801af8001ebbceef093fd4921 (diff) | |
download | pkgsrc-f25bc47a713833494d319b481d6939753c096cbd.tar.gz |
Fix build on sparc64 with gcc2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index bf353147ff0..dde5bc8f944 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -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_BUILDLINK3= yes 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 |