pkgsrc/devel/hdf5/patches/patch-aa
jtb 133865a291 Update to version 1.4.3. Changes include:
* Changed internal error handling macros to reduce code size of library by
      about 10%.
* API changes.
* Performance improvements
* ``h5cc'' script which helps compilation of HDF5 programs
* Bug fixes.
2002-05-03 20:51:33 +00:00

13 lines
450 B
Text

$NetBSD: patch-aa,v 1.4 2002/05/03 20:51:33 jtb Exp $
--- tools/misc/Makefile.in.orig Mon Aug 27 19:41:43 2001
+++ tools/misc/Makefile.in Wed May 1 17:47:54 2002
@@ -26,7 +26,7 @@
LIBTOOLS=../lib/libh5tools.la
LIBHDF5=$(top_builddir)/src/libhdf5.la
-PUB_PROGS=h5cc h5debug h5import h5repart @PDB2HDF@
+PUB_PROGS=h5debug h5import h5repart @PDB2HDF@
PROGS=$(PUB_PROGS) $(TEST_PROGS)
## Source and object files for the library; do not install