aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnomemm/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-16 07:05:39 +0800
committermarcus <marcus@FreeBSD.org>2003-06-16 07:05:39 +0800
commitd06173870f848bef991339d18d0c870fe47b804b (patch)
tree844d38bbb56b144555fe1d074053be01a998ba14 /x11/libgnomemm/files
parent9d33d7cc8766ab242b7ee72f2a2b83e8fbaa62df (diff)
downloadfreebsd-ports-gnome-d06173870f848bef991339d18d0c870fe47b804b.tar.gz
freebsd-ports-gnome-d06173870f848bef991339d18d0c870fe47b804b.tar.zst
freebsd-ports-gnome-d06173870f848bef991339d18d0c870fe47b804b.zip
Add libgnomemm, the C++ bindings for libgnome.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'x11/libgnomemm/files')
-rw-r--r--x11/libgnomemm/files/patch-configure10
-rw-r--r--x11/libgnomemm/files/patch-libgnome::Makefile.in11
2 files changed, 21 insertions, 0 deletions
diff --git a/x11/libgnomemm/files/patch-configure b/x11/libgnomemm/files/patch-configure
new file mode 100644
index 000000000000..8c117297dcb6
--- /dev/null
+++ b/x11/libgnomemm/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed May 21 15:52:43 2003
++++ configure Wed May 21 15:53:07 2003
+@@ -7854,6 +7854,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/x11/libgnomemm/files/patch-libgnome::Makefile.in b/x11/libgnomemm/files/patch-libgnome::Makefile.in
new file mode 100644
index 000000000000..51ed67e3dfd1
--- /dev/null
+++ b/x11/libgnomemm/files/patch-libgnome::Makefile.in
@@ -0,0 +1,11 @@
+--- libgnome/Makefile.in.orig Wed May 21 17:14:19 2003
++++ libgnome/Makefile.in Wed May 21 17:14:41 2003
+@@ -152,7 +152,7 @@
+ libgnomemm_configdir = $(libdir)/libgnomemm-2.0/include
+ libgnomemm_config_DATA = libgnomemmconfig.h
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = libgnomemm-2.0.pc
+ subdir = libgnome
+ mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs