fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
13 lines
615 B
Text
13 lines
615 B
Text
$NetBSD: patch-af,v 1.5 2004/07/05 11:04:34 drochner Exp $
|
|
|
|
--- docs/tutorial/figures/Makefile.in.orig 2004-06-03 19:49:19.000000000 +0200
|
|
+++ docs/tutorial/figures/Makefile.in
|
|
@@ -190,7 +190,7 @@ target_alias = @target_alias@
|
|
web_path_gtkmm2 = /home/groups/g/gt/gtkmm/htdocs/gtkmm2/
|
|
web_path_docs = $(web_path_gtkmm2)docs/
|
|
rsync_args = -vz --rsh ssh --delete --delete-after
|
|
-gtkmm_docdir = $(datadir)/doc/gtkmm-2.0/docs
|
|
+gtkmm_docdir = $(datadir)/doc/gtkmm-2.0
|
|
figuresdir = $(gtkmm_docdir)/tutorial/figures
|
|
figures_DATA = alignment.png aspectframe.png \
|
|
box_packing1.png box_packing2.png box_packing3.png \
|