summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-10-09 10:29:12 +0000
committerkristerw <kristerw>2004-10-09 10:29:12 +0000
commitf08701f547513950244d8345ce8ab09edc327627 (patch)
tree3b28bdcb8914abfc01472db5527b6bed9759a1d4
parent8deb58adfeed968086dbdcf4cf7361d9e92496bb (diff)
downloadpkgsrc-f08701f547513950244d8345ce8ab09edc327627.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/Makefile5
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"