aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-07-15 20:15:53 +0200
committerJustin Lecher <jlec@gentoo.org>2011-07-15 20:15:53 +0200
commitd098e9d60d0ea751eee13de02cff23e54cc84d45 (patch)
tree2b4069b89fb068fbce455fb3b7a381f998a69a30 /sci-chemistry/coot/files
parentmedia-gfx/brlcad: folder cleanup (diff)
downloadsci-d098e9d60d0ea751eee13de02cff23e54cc84d45.tar.gz
sci-d098e9d60d0ea751eee13de02cff23e54cc84d45.tar.bz2
sci-d098e9d60d0ea751eee13de02cff23e54cc84d45.zip
Mmdb fix
(Portage version: 2.2.0_alpha45/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/coot/files')
-rw-r--r--sci-chemistry/coot/files/9999-mmdb-config.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/sci-chemistry/coot/files/9999-mmdb-config.patch b/sci-chemistry/coot/files/9999-mmdb-config.patch
index 1d7cbd452..b3b66ab65 100644
--- a/sci-chemistry/coot/files/9999-mmdb-config.patch
+++ b/sci-chemistry/coot/files/9999-mmdb-config.patch
@@ -1,18 +1,18 @@
- macros/mmdb.m4 | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/macros/mmdb.m4 b/macros/mmdb.m4
-index b477597..d05cf66 100644
---- a/macros/mmdb.m4
-+++ b/macros/mmdb.m4
-@@ -86,6 +86,10 @@ else
+Index: macros/mmdb.m4
+===================================================================
+--- macros/mmdb.m4 (revision 3579)
++++ macros/mmdb.m4 (working copy)
+@@ -86,8 +86,12 @@
ac_MMDB_LDOPTS="-lmmdb -lm"
fi
+-AC_MSG_CHECKING([for MMDB])
+PKG_CHECK_MODULES([MMDB],[mmdb >= 1.2])
+ac_MMDB_LDOPTS="${MMDB_LIBS}"
+ac_MMDB_CXXFLAGS="${MMDB_CFLAGS}"
-+
- AC_MSG_CHECKING([for MMDB])
++AC_MSG_CHECKING([for CISPEP in MMDB])
++
LIBS="$save_LIBS $ac_MMDB_LDOPTS"
+ CXXFLAGS="$save_CXXFLAGS $ac_MMDB_CXXFLAGS"
+ #