summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2009-09-09 06:11:46 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2009-09-09 06:11:46 +0000
commit5493933127fd096ca3adedef50f620b98900230f (patch)
tree9e94283ad60fdd9f60e6e8feaacf83d314436842 /media-radio/unixcw/unixcw-2.3-r2.ebuild
parentapp-misc/mswinurl_launcher: New package for bug #283698 - thanks to ssuominen... (diff)
downloadsunrise-5493933127fd096ca3adedef50f620b98900230f.tar.gz
sunrise-5493933127fd096ca3adedef50f620b98900230f.tar.bz2
sunrise-5493933127fd096ca3adedef50f620b98900230f.zip
media-radio/unixcw: fix for some parallel make issues and -fPIC problems
svn path=/sunrise/; revision=9199
Diffstat (limited to 'media-radio/unixcw/unixcw-2.3-r2.ebuild')
-rw-r--r--media-radio/unixcw/unixcw-2.3-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-radio/unixcw/unixcw-2.3-r2.ebuild b/media-radio/unixcw/unixcw-2.3-r2.ebuild
index 821cd26da..f7c3466aa 100644
--- a/media-radio/unixcw/unixcw-2.3-r2.ebuild
+++ b/media-radio/unixcw/unixcw-2.3-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/apps/ham/morse/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="ncurses qt3 suid"
RDEPEND="ncurses? ( sys-libs/ncurses )
@@ -24,7 +24,8 @@ src_unpack() {
"${FILESDIR}"/${P}-config.patch \
"${FILESDIR}"/${P}-parallel-make.patch \
"${FILESDIR}"/${P}--as-needed.patch \
- "${FILESDIR}"/${P}-ldflags.patch
+ "${FILESDIR}"/${P}-ldflags.patch \
+ "${FILESDIR}"/${P}-fPIC.patch
eautoreconf
}