summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-10-09 10:29:12 +0000
committerkristerw <kristerw@pkgsrc.org>2004-10-09 10:29:12 +0000
commit8df03fad14f56cfbbca8b2443a7bfe003575ba86 (patch)
tree3b28bdcb8914abfc01472db5527b6bed9759a1d4 /sysutils/ntfsprogs
parentcbf75d6c5b9fec33362147a4dac89f0f121ea4ea (diff)
downloadpkgsrc-8df03fad14f56cfbbca8b2443a7bfe003575ba86.tar.gz
Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures
and unions, which are not supported by gcc 2.95.
Diffstat (limited to 'sysutils/ntfsprogs')
-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"