summaryrefslogtreecommitdiff
path: root/devel/hdf5/patches
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-04 18:05:23 +0000
committerjtb <jtb>2001-03-04 18:05:23 +0000
commit71898c62b487f53a3345439827e0a51517fc95bf (patch)
treeb48363e0cb8c66f9a1f637fc4d28df1e0e30ef74 /devel/hdf5/patches
parentcbecdda0d1d0044c1c47880e67c359f6783b01c9 (diff)
downloadpkgsrc-71898c62b487f53a3345439827e0a51517fc95bf.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-aa13
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