diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-16 07:09:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-16 07:09:08 +0800 |
commit | 3f236b85341a3bf6b72687e5c6543f181b33fa60 (patch) | |
tree | 3cf4335d96d4da1659951830c9e3d69ceb42e474 /x11-toolkits/libgnomeuimm/files | |
parent | 353db543ad5f0dedfb254bbff80a9490df06fee2 (diff) | |
download | freebsd-ports-gnome-3f236b85341a3bf6b72687e5c6543f181b33fa60.tar.gz freebsd-ports-gnome-3f236b85341a3bf6b72687e5c6543f181b33fa60.tar.zst freebsd-ports-gnome-3f236b85341a3bf6b72687e5c6543f181b33fa60.zip |
Add libgnomeuimm, the C++ bindings for libgnomeui.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'x11-toolkits/libgnomeuimm/files')
-rw-r--r-- | x11-toolkits/libgnomeuimm/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeuimm/files/patch-configure b/x11-toolkits/libgnomeuimm/files/patch-configure new file mode 100644 index 000000000000..e22a18268698 --- /dev/null +++ b/x11-toolkits/libgnomeuimm/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed May 21 17:34:00 2003 ++++ configure Wed May 21 17:34:17 2003 +@@ -7884,6 +7884,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-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in b/x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in new file mode 100644 index 000000000000..950e02ccf14d --- /dev/null +++ b/x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in @@ -0,0 +1,11 @@ +--- libgnomeui/Makefile.in.orig Wed May 21 17:35:20 2003 ++++ libgnomeui/Makefile.in Wed May 21 17:35:40 2003 +@@ -158,7 +158,7 @@ + libgnomeuimm_configdir = $(libdir)/libgnomeuimm-2.0/include + libgnomeuimm_config_DATA = libgnomeuimmconfig.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libgnomeuimm-2.0.pc + subdir = libgnomeui + mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs |