summaryrefslogtreecommitdiff
path: root/databases/libpqxx
diff options
context:
space:
mode:
authorsnj <snj>2004-03-22 23:29:12 +0000
committersnj <snj>2004-03-22 23:29:12 +0000
commit57b6f2414f4c43b934250b46a5fbc5fc93e59806 (patch)
treec31eef0f1a35520fc44667e360ab1c492206dbfc /databases/libpqxx
parentc427381a04d45e3a3a884557beab5200c279864b (diff)
downloadpkgsrc-57b6f2414f4c43b934250b46a5fbc5fc93e59806.tar.gz
Fix build with gcc2 on sparc64.
Diffstat (limited to 'databases/libpqxx')
-rw-r--r--databases/libpqxx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index b973805d610..4b9f3be484c 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/22 23:29:12 snj Exp $
#
.include "../../databases/libpqxx/Makefile.common"
@@ -18,5 +18,8 @@ PG_PREFIX= ${BUILDLINK_PREFIX.postgresql-lib}
CONFIGURE_ARGS+= --with-postgres-lib=${PG_PREFIX}/lib
CONFIGURE_ARGS+= --with-postgres-include=${PG_PREFIX}/include/postgresql
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"