4665508704
(yes I know there is the 1.8 branch, but I don't want to experiment right now) changes: many fixes, some C++ API improvements pkgsrc change: DESTDIR support
13 lines
502 B
Text
13 lines
502 B
Text
$NetBSD: patch-ad,v 1.3 2009/11/15 15:50:50 drochner Exp $
|
|
|
|
--- c++/config/commence.in.orig 2008-02-01 04:04:06.000000000 +0100
|
|
+++ c++/config/commence.in
|
|
@@ -80,7 +80,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM
|
|
## complains if it sees a reference to a variable which has never been
|
|
## defined. The main makefile is free to redefine these to something else.
|
|
DOCDIR=$(docdir)
|
|
-EXAMPLEDIR=$(docdir)/hdf5/examples/c++
|
|
+EXAMPLEDIR=$(DESTDIR)$(prefix)/share/examples/hdf5/c++
|
|
LIB=
|
|
LIB_SRC=
|
|
LIB_OBJ=
|