summaryrefslogtreecommitdiff
path: root/devel/netcdf/patches/patch-configure
diff options
context:
space:
mode:
authoradam <adam>2012-03-07 16:11:29 +0000
committeradam <adam>2012-03-07 16:11:29 +0000
commit53e206ee3b758a2873e68ad466d2b720387e83cf (patch)
tree5796885d17a96d54aae7dbfd84ce700df1a60e3f /devel/netcdf/patches/patch-configure
parent96f19fdc7659e56c54b9507775dfa0966e36104a (diff)
downloadpkgsrc-53e206ee3b758a2873e68ad466d2b720387e83cf.tar.gz
Changes 4.1.3:
* Stop looking for xdr if --disable-dap is used. * Don't try to run (some) fortran configure tests on machines with no fortran. * Allow nccopy to rechunk with chunksizes larger than current dimension lengths.
Diffstat (limited to 'devel/netcdf/patches/patch-configure')
-rw-r--r--devel/netcdf/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/netcdf/patches/patch-configure b/devel/netcdf/patches/patch-configure
new file mode 100644
index 00000000000..156c51d70a8
--- /dev/null
+++ b/devel/netcdf/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2012/03/07 16:11:30 adam Exp $
+
+Adjust infodir.
+
+--- configure.orig 2012-03-07 14:46:36.000000000 +0000
++++ configure
+@@ -947,7 +947,7 @@ localstatedir='${prefix}/var'
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+-infodir='${datarootdir}/info'
++infodir='${prefix}/info'
+ htmldir='${docdir}'
+ dvidir='${docdir}'
+ pdfdir='${docdir}'