diff options
Diffstat (limited to 'sci-chemistry/gopenmol/files/3.00-include-config-for-plugins.patch')
-rw-r--r-- | sci-chemistry/gopenmol/files/3.00-include-config-for-plugins.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-chemistry/gopenmol/files/3.00-include-config-for-plugins.patch b/sci-chemistry/gopenmol/files/3.00-include-config-for-plugins.patch new file mode 100644 index 000000000000..a8602d07a03e --- /dev/null +++ b/sci-chemistry/gopenmol/files/3.00-include-config-for-plugins.patch @@ -0,0 +1,11 @@ +--- gOpenMol-3.00.orig/src/plugins/Makefile 2005-12-02 19:38:08.000000000 -0800 ++++ gOpenMol-3.00/src/plugins/Makefile 2005-12-02 19:37:29.000000000 -0800 +@@ -8,6 +8,8 @@ + # Coded by: Eero Häkkinen + ############################################################################## + ++include config.mk ++ + build-all: build FORCE ; + + all install install-local uninstall: FORCE |