summaryrefslogtreecommitdiff
path: root/devel/gconfmm/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-15 22:59:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-15 22:59:42 +0000
commit01b7ecf0ce5c384a8d2d8dc5366c80435cdfe1ce (patch)
tree04169d637186e3d877225bea8c1a939888b2f4af /devel/gconfmm/files
parentAdd gnome-vfsmm, the C++ bindings for gnomevfs2. (diff)
Add gconfmm, the C++ bindings for GConf2.
Notes
Notes: svn path=/head/; revision=83060
Diffstat (limited to 'devel/gconfmm/files')
-rw-r--r--devel/gconfmm/files/patch-configure10
-rw-r--r--devel/gconfmm/files/patch-gconf::Makefile.in11
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/gconfmm/files/patch-configure b/devel/gconfmm/files/patch-configure
new file mode 100644
index 000000000000..e723c3668686
--- /dev/null
+++ b/devel/gconfmm/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed May 21 12:55:00 2003
++++ configure Wed May 21 12:55:29 2003
+@@ -7850,6 +7850,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/devel/gconfmm/files/patch-gconf::Makefile.in b/devel/gconfmm/files/patch-gconf::Makefile.in
new file mode 100644
index 000000000000..0d51ef534ce3
--- /dev/null
+++ b/devel/gconfmm/files/patch-gconf::Makefile.in
@@ -0,0 +1,11 @@
+--- gconf/Makefile.in.orig Wed May 21 12:57:07 2003
++++ gconf/Makefile.in Wed May 21 12:57:58 2003
+@@ -153,7 +153,7 @@
+ gconfmm_configdir = $(libdir)/gconfmm-2.0/include
+ gconfmm_config_DATA = gconfmmconfig.h
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gconfmm-2.0.pc
+ subdir = gconf
+ mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs