pkgsrc/devel/hdf5/patches/patch-hl_examples_Makefile.in
alnsn daf8f0d702 Update devel/hdf5 from 1.6.10nb1 to 1.8.7.
A list of changes is available at

http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html

A list of new features of 1.8.x release is available at

http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html

This update removes "cxx" option from the package. New devel/hdf5-c++
should be used instead.
2011-10-07 10:38:50 +00:00

17 lines
687 B
Text

$NetBSD: patch-hl_examples_Makefile.in,v 1.1 2011/10/07 10:38:52 alnsn Exp $
Fix paths to examples.
--- hl/examples/Makefile.in.orig 2011-05-10 14:20:48.000000000 +0000
+++ hl/examples/Makefile.in
@@ -362,8 +362,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.c
# Example directory
# Note: no '/' after DESTDIR. Explanation in commence.am
-EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl/c
-EXAMPLETOPDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl
+EXAMPLEDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/hl/c
+EXAMPLETOPDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/hl
# Example programs.
# Don't tell automake about them, because if it knew they were programs,