diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-14 22:07:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-14 22:07:21 +0000 |
commit | 4aba95d48d8c8018f819c4e11c4788ecbb5d0b0d (patch) | |
tree | 75fdb24f9fa8cdaf2d6b8a7039c8efc10cad6c82 /sci-visualization/ggobi/files | |
parent | Version bump. (diff) | |
download | gentoo-2-4aba95d48d8c8018f819c4e11c4788ecbb5d0b0d.tar.gz gentoo-2-4aba95d48d8c8018f819c4e11c4788ecbb5d0b0d.tar.bz2 gentoo-2-4aba95d48d8c8018f819c4e11c4788ecbb5d0b0d.zip |
Now use system libltdl instead of bundled one. Closing bug #273766
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/ggobi/files')
-rw-r--r-- | sci-visualization/ggobi/files/ggobi-2.1.8-plugindir.patch | 11 | ||||
-rw-r--r-- | sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch | 26 |
2 files changed, 37 insertions, 0 deletions
diff --git a/sci-visualization/ggobi/files/ggobi-2.1.8-plugindir.patch b/sci-visualization/ggobi/files/ggobi-2.1.8-plugindir.patch new file mode 100644 index 000000000000..0476f47a816d --- /dev/null +++ b/sci-visualization/ggobi/files/ggobi-2.1.8-plugindir.patch @@ -0,0 +1,11 @@ +--- plugins/Makefile.plugin.orig 2009-12-14 22:15:01.000000000 +0000 ++++ plugins/Makefile.plugin 2009-12-14 22:15:16.000000000 +0000 +@@ -2,7 +2,7 @@ + + # Every plugin provides a single library to GGobi, define it here. + # Its name should start with 'lib' and end with '.la'. +-plugindir = $(datadir)/ggobi/plugins/$(PACKAGE_NAME) ++plugindir = $(libdir)/ggobi/plugins/$(PACKAGE_NAME) + plugin_LTLIBRARIES = plugin.la + + # Most plugins will only require GGobi and its dependencies (gtk, libxml2) diff --git a/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch b/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch new file mode 100644 index 000000000000..c381a98445ce --- /dev/null +++ b/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch @@ -0,0 +1,26 @@ +--- ./Makefile.am.orig 2009-12-14 20:56:57.000000000 +0000 ++++ ./Makefile.am 2009-12-14 20:57:24.000000000 +0000 +@@ -1,4 +1,4 @@ +-SUBDIRS = libltdl src plugins po ++SUBDIRS = src plugins po + + EXTRA_DIST = bootstrap CPLicense.txt + +--- ./configure.ac.orig 2009-12-14 20:56:49.000000000 +0000 ++++ ./configure.ac 2009-12-14 21:00:11.000000000 +0000 +@@ -144,14 +144,12 @@ + # and to support DLLs on Windows. Also build libltdl for loading plugins. + AC_DISABLE_STATIC + AC_LIBTOOL_WIN32_DLL +-AC_LIBLTDL_CONVENIENCE +-AC_LIBTOOL_DLOPEN + AC_PROG_LIBTOOL + + # Configure libltdl build ++AC_WITH_LTDL + AC_SUBST(INCLTDL) + AC_SUBST(LIBLTDL) +-AC_CONFIG_SUBDIRS(libltdl) + + # Configure for building against local libintl + AC_SUBST(INCINTL) |