diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-28 13:30:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-28 13:30:31 +0000 |
commit | d7d5441782533058dece3ec9ace91a57ec1a61fb (patch) | |
tree | 7cdf3fc296914a3dffe2c7d9d4c52a697775b668 /sci-astronomy/xephem/xephem-3.7.3.ebuild | |
parent | stable amd64, bug 229871 (diff) | |
download | historical-d7d5441782533058dece3ec9ace91a57ec1a61fb.tar.gz historical-d7d5441782533058dece3ec9ace91a57ec1a61fb.tar.bz2 historical-d7d5441782533058dece3ec9ace91a57ec1a61fb.zip |
Fix Motif linking problem again, bug 229761.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686
Diffstat (limited to 'sci-astronomy/xephem/xephem-3.7.3.ebuild')
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-astronomy/xephem/xephem-3.7.3.ebuild b/sci-astronomy/xephem/xephem-3.7.3.ebuild index 748e1c711124..737ea3f430b6 100644 --- a/sci-astronomy/xephem/xephem-3.7.3.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.2 2008/06/27 10:18:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.3 2008/06/28 13:30:30 ulm Exp $ inherit eutils @@ -17,6 +17,10 @@ DEPEND="!media-gfx/feh src_unpack() { unpack ${A} cd "${S}" + + # Link against Motif shared lib, bug 229761 + epatch "${FILESDIR}/${P}-link-motif.patch" + for i in libastro/Makefile libip/Makefile libjpegd/Makefile \ liblilxml/Makefile GUI/xephem/Makefile GUI/xephem/tools/*/Makefile ; do einfo "Fixing CFLAGS in ${i}" |