daf8f0d702
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.
17 lines
687 B
Text
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,
|