pkgsrc/audio/gqmpeg-devel/patches/patch-ac
minskim 46b2ec6593 Use statvfs when sys/statvfs.h is available.
Fixes build on NetBSD-current.
2004-12-08 08:57:56 +00:00

13 lines
500 B
Text

$NetBSD: patch-ac,v 1.1 2004/12/08 08:57:56 minskim Exp $
--- configure.orig 2004-04-07 08:07:48.000000000 -0500
+++ configure
@@ -4342,7 +4342,7 @@ echo "$as_me: error: GTK+ >= 2.2.0 not i
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
- inttypes.h stdint.h unistd.h
+ inttypes.h stdint.h unistd.h sys/statvfs.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_header" >&5