diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-21 07:08:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-21 07:08:54 +0000 |
commit | 4586202bc4f86db7487e1137457c6bcd8e13fa7a (patch) | |
tree | 7daae4d247884b9b9d4ae3e0c1b87bfa696a70b1 /sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild | |
parent | Version Bump (diff) | |
download | historical-4586202bc4f86db7487e1137457c6bcd8e13fa7a.tar.gz historical-4586202bc4f86db7487e1137457c6bcd8e13fa7a.tar.bz2 historical-4586202bc4f86db7487e1137457c6bcd8e13fa7a.zip |
Version Bump, Cleanup, Fixes for gcc-4.6
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild')
-rw-r--r-- | sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild b/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild index 53e23ce80f42..70a7ca889896 100644 --- a/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.9 2011/01/20 12:12:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.10 2011/04/21 07:08:54 jlec Exp $ EAPI="2" @@ -46,7 +46,7 @@ src_compile() { FOPTIM="${FFLAGS:- -O2}" \ VERSION="" \ XFFLAGS="-fno-second-underscore" \ - LLIBCCP="-lccp4f -lccp4c -lccif -lmmdb -lstdc++" \ + LLIBCCP="-lccp4f -lccp4c -lccif $(pkg-config --libs mmdb) -lstdc++" \ LLIBLAPACK="$(pkg-config --libs lapack blas)" \ ${PN} libcheck || die } |