diff options
author | kristerw <kristerw> | 2004-10-09 10:29:12 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-10-09 10:29:12 +0000 |
commit | e4dc0ac8e44f5a3a8928a6e1e95632b6693edc18 (patch) | |
tree | 3b28bdcb8914abfc01472db5527b6bed9759a1d4 | |
parent | 9e37d1cdcf05b0e0f1c70ad28ed15853a4bb62fa (diff) | |
download | pkgsrc-e4dc0ac8e44f5a3a8928a6e1e95632b6693edc18.tar.gz |
Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures
and unions, which are not supported by gcc 2.95.
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |