From 8df03fad14f56cfbbca8b2443a7bfe003575ba86 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 9 Oct 2004 10:29:12 +0000 Subject: Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures and unions, which are not supported by gcc 2.95. --- sysutils/ntfsprogs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysutils/ntfsprogs') diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 4591e10a39f..e8ed4f86d21 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/05 12:39:38 agc Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/09 10:29:12 kristerw Exp $ # DISTNAME= ntfsprogs-1.9.4 @@ -11,6 +11,7 @@ COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem (ntfs) GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_LANGUAGES= c c++ CONFIGURE_ARGS+=--enable-debug @@ -18,4 +19,6 @@ CONFIGURE_ARGS+=--enable-debug # gnome pkgsrc and this could be a configurable option CONFIGURE_ARGS+=--disable-gnome-vfs +GCC_REQD+= 2.96 + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3