summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-07-02 20:09:51 +0000
committerJustin Lecher <jlec@gentoo.org>2010-07-02 20:09:51 +0000
commitf7eccd7622396e39281fcb34db166a4341a8b7a8 (patch)
treedc2405a2b9b1a186444e651843e84e940e169457 /sci-libs
parentDepend on Test-use-ok for testing (#326631) (diff)
downloadgentoo-2-f7eccd7622396e39281fcb34db166a4341a8b7a8.tar.gz
gentoo-2-f7eccd7622396e39281fcb34db166a4341a8b7a8.tar.bz2
gentoo-2-f7eccd7622396e39281fcb34db166a4341a8b7a8.zip
Fix installation Problem of missing libmmdb, reported by dberkholz on irc
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ccp4-libs/ChangeLog6
-rw-r--r--sci-libs/ccp4-libs/files/6.1.3-dont-build-mmdb.patch19
2 files changed, 21 insertions, 4 deletions
diff --git a/sci-libs/ccp4-libs/ChangeLog b/sci-libs/ccp4-libs/ChangeLog
index 2161040bd0fd..1bd9056376eb 100644
--- a/sci-libs/ccp4-libs/ChangeLog
+++ b/sci-libs/ccp4-libs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/ccp4-libs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.8 2010/06/30 18:44:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.9 2010/07/02 20:09:50 jlec Exp $
+
+ 02 Jul 2010; Justin Lecher <jlec@gentoo.org>
+ files/6.1.3-dont-build-mmdb.patch:
+ Fix installation Problem of missing libmmdb
30 Jun 2010; Justin Lecher <jlec@gentoo.org> -files/6.1.3-destdir.patch,
ccp4-libs-6.1.3-r3.ebuild:
diff --git a/sci-libs/ccp4-libs/files/6.1.3-dont-build-mmdb.patch b/sci-libs/ccp4-libs/files/6.1.3-dont-build-mmdb.patch
index ac52001245e6..b3147ad81bbf 100644
--- a/sci-libs/ccp4-libs/files/6.1.3-dont-build-mmdb.patch
+++ b/sci-libs/ccp4-libs/files/6.1.3-dont-build-mmdb.patch
@@ -1,6 +1,8 @@
---- lib/src/Makefile.in 2009-06-18 15:44:08.000000000 +0200
-+++ lib/src/Makefile.in.new 2009-08-11 11:58:25.000000000 +0200
-@@ -176,7 +176,7 @@
+diff --git a/lib/src/Makefile.in b/lib/src/Makefile.in
+index c23f488..b32dd1e 100755
+--- a/lib/src/Makefile.in
++++ b/lib/src/Makefile.in
+@@ -176,7 +176,7 @@ $(mmdbsrcdir)/mmdb_sbase0.h $(mmdbsrcdir)/hybrid_36.h
##### Makefile targets ######
@@ -9,3 +11,14 @@
# maybe create shared library
$(SHARE_LIB)
+@@ -717,10 +717,8 @@ uninstall-mmdbHEADERS:
+ done
+
+ install : all install-ccp4HEADERS install-mmdbHEADERS
+- $(INSTALL_DATA) `pwd`/$(LMMDB) $(libdir)/$(LMMDB)
+ $(INSTALL_DATA) `pwd`/$(LC) $(libdir)/$(LC)
+ $(INSTALL_DATA) `pwd`/$(LF) $(libdir)/$(LF)
+- $(RANLIB) $(libdir)/$(LMMDB)
+ $(RANLIB) $(libdir)/$(LC)
+ $(RANLIB) $(libdir)/$(LF)
+ $(SHARE_INST)