diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-15 23:05:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-15 23:05:39 +0000 |
commit | d06173870f848bef991339d18d0c870fe47b804b (patch) | |
tree | 844d38bbb56b144555fe1d074053be01a998ba14 /x11/libgnomemm/files | |
parent | 9d33d7cc8766ab242b7ee72f2a2b83e8fbaa62df (diff) | |
download | FreeBSD-ports-d06173870f848bef991339d18d0c870fe47b804b.zip FreeBSD-ports-d06173870f848bef991339d18d0c870fe47b804b.tar.gz |
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-configure | 10 | ||||
-rw-r--r-- | x11/libgnomemm/files/patch-libgnome::Makefile.in | 11 |
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 0000000..8c11729 --- /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 0000000..51ed67e --- /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 |