You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-visualization/ggobi/files/ggobi-2.1.8-plugindir.patch

12 lines
426 B

--- a/plugins/Makefile.plugin
+++ b/plugins/Makefile.plugin
@@ -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)