diff options
author | drochner <drochner@pkgsrc.org> | 2005-03-03 16:39:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-03-03 16:39:28 +0000 |
commit | 1dc3560ed981ad226221b51853897ad7d4608c58 (patch) | |
tree | 48afc2943e958f573f49ee359ad332112d590997 | |
parent | d236993037d9f8ec225545a6241c0a6fb61e6764 (diff) | |
download | pkgsrc-1dc3560ed981ad226221b51853897ad7d4608c58.tar.gz |
require gcc-3.3 (I don't understand the problem with 2.95, but it helps)
should fix problem seen on 1.6 bulk build
-rw-r--r-- | databases/libgnomedb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 7d0ff4bb833..990f1e58f5a 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/02/24 19:17:10 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2005/03/03 16:39:28 drochner Exp $ # DISTNAME= libgnomedb-1.2.0 @@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= yes USE_X11= YES USE_GNU_TOOLS+= make +GCC_REQD= 3.3 USE_LIBTOOL= YES USE_BUILDLINK3= YES USE_DIRS+= gnome2-1.5 |