diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 13:52:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 13:52:11 +0000 |
commit | 3b20f4c83e8a12dc037836d36173120949d0d785 (patch) | |
tree | 961c2315db816597e28b7e80b5b471ef009eaa40 /app-pda/coldsync | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-3b20f4c83e8a12dc037836d36173120949d0d785.tar.gz gentoo-2-3b20f4c83e8a12dc037836d36173120949d0d785.tar.bz2 gentoo-2-3b20f4c83e8a12dc037836d36173120949d0d785.zip |
Leave some commentary for next person touching this
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/coldsync')
-rw-r--r-- | app-pda/coldsync/coldsync-3.0_pre4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-pda/coldsync/coldsync-3.0_pre4.ebuild b/app-pda/coldsync/coldsync-3.0_pre4.ebuild index aa92c0892bdc..9bf1c37bd83b 100644 --- a/app-pda/coldsync/coldsync-3.0_pre4.ebuild +++ b/app-pda/coldsync/coldsync-3.0_pre4.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/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.6 2011/04/09 13:45:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.7 2011/04/09 13:52:11 ssuominen Exp $ EAPI=2 inherit flag-o-matic perl-module toolchain-funcs @@ -35,6 +35,7 @@ src_prepare() { src_configure() { tc-export CC CXX append-cflags -fno-strict-aliasing + # FIXME: Fails to link later because libpconn is underlinked with USE="usb". append-ldflags $(no-as-needed) econf \ |