pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ntfsprogs Add GCC_REQD+= 2.96 since this pkg ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1703535b152a
branches:  trunk
changeset: 481649:1703535b152a
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Oct 09 10:29:12 2004 +0000

description:
Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures
and unions, which are not supported by gcc 2.95.

diffstat:

 sysutils/ntfsprogs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 9f5971dab755 -r 1703535b152a sysutils/ntfsprogs/Makefile
--- a/sysutils/ntfsprogs/Makefile       Sat Oct 09 09:51:47 2004 +0000
+++ b/sysutils/ntfsprogs/Makefile       Sat Oct 09 10:29:12 2004 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++
 
 CONFIGURE_ARGS+=--enable-debug
 
@@ -18,4 +19,6 @@
 # gnome pkgsrc and this could be a configurable option
 CONFIGURE_ARGS+=--disable-gnome-vfs
 
+GCC_REQD+=     2.96
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index