diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-04 18:05:23 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-04 18:05:23 +0000 |
commit | cc78e8a8f9be6ff34493f9673daad6f09ae305e5 (patch) | |
tree | b48363e0cb8c66f9a1f637fc4d28df1e0e30ef74 /devel/hdf5/patches | |
parent | 501d6c44e9c90e8b67d30bbdc6305037813418dd (diff) | |
download | pkgsrc-cc78e8a8f9be6ff34493f9673daad6f09ae305e5.tar.gz |
Fix the ${MASTER_SITES} for the new distfile. Fixes i386 bulk build
problem. Also, patch configure script to not add "-ansi -pedantic" to
CFLAGS. It seems pointless to use the "-ansi" warning when so many
warnings about ANSI C not supporting "long long", etc., appear.
Diffstat (limited to 'devel/hdf5/patches')
-rw-r--r-- | devel/hdf5/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hdf5/patches/patch-aa b/devel/hdf5/patches/patch-aa new file mode 100644 index 00000000000..38420e279c3 --- /dev/null +++ b/devel/hdf5/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2001/03/04 18:05:24 jtb Exp $ + +--- configure.orig Sun Mar 4 17:58:18 2001 ++++ configure +@@ -1797,7 +1797,7 @@ + rm maketest + + if test "X$GCC" = "Xyes"; then +- CFLAGS="$CFLAGS -ansi -pedantic -Wchar-subscripts -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline" ++ CFLAGS="$CFLAGS -Wchar-subscripts -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline" + fi + + echo $ac_n "checking for production mode""... $ac_c" 1>&6 |