aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-27 08:29:24 +0100
committerJustin Lecher <jlec@gentoo.org>2012-02-27 08:29:24 +0100
commita8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0 (patch)
tree04123e37de9b04375e9ea1375e59f00e370231d2 /sci-chemistry/coot/files
parent[dev-lang/path64] update metadata.xml (diff)
downloadsci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.tar.gz
sci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.tar.bz2
sci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.zip
Cleaned old patches, added goocanvas config option
(Portage version: 2.2.0_alpha89/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/coot/files')
-rw-r--r--sci-chemistry/coot/files/9999-include.patch12
-rw-r--r--sci-chemistry/coot/files/9999-lidia.patch15
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-chemistry/coot/files/9999-include.patch b/sci-chemistry/coot/files/9999-include.patch
deleted file mode 100644
index 3076663db..000000000
--- a/sci-chemistry/coot/files/9999-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: lbg/Makefile.am
-===================================================================
---- lbg/Makefile.am (revision 3219)
-+++ lbg/Makefile.am (working copy)
-@@ -2,6 +2,7 @@
- lib_LTLIBRARIES=libcoot-lidia.la
-
- INCLUDES = \
-+ -I$(top_srcdir)/coot-utils \
- -I$(top_srcdir)/lidia-core \
- -I$(top_srcdir)/geometry \
- -I$(top_srcdir)/utils \
diff --git a/sci-chemistry/coot/files/9999-lidia.patch b/sci-chemistry/coot/files/9999-lidia.patch
deleted file mode 100644
index 207651367..000000000
--- a/sci-chemistry/coot/files/9999-lidia.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- lidia-core/Makefile.am | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/lidia-core/Makefile.am b/lidia-core/Makefile.am
-index 17d468d..78bf054 100644
---- a/lidia-core/Makefile.am
-+++ b/lidia-core/Makefile.am
-@@ -34,3 +34,7 @@ libcoot_lidia_core_la_SOURCES = lbg-molfile.cc lig-build.cc
- # test_molfile_SOURCES: test-molfile.cc
-
- # test_molfile_LDADD: libcoot-lidia-core.la
-+
-+libcoot_lidia_core_la_LIBADD = \
-+ $(top_builddir)/geometry/libcoot-geometry.la \
-+ $(MMDB_LIBS) $(CLIPPER_LIBS)