diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-08-04 20:31:55 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-08-04 20:31:55 +0000 |
commit | 9029cad727258ab4807c41f7c74e492daba58a02 (patch) | |
tree | 01afd6bf2905791a1c0bfc51f00c8c8fabd6d6c8 /media-libs/jbigkit | |
parent | changed ref to glib-perl (diff) | |
download | historical-9029cad727258ab4807c41f7c74e492daba58a02.tar.gz historical-9029cad727258ab4807c41f7c74e492daba58a02.tar.bz2 historical-9029cad727258ab4807c41f7c74e492daba58a02.zip |
Forgot the -fPIC thing.
Diffstat (limited to 'media-libs/jbigkit')
-rw-r--r-- | media-libs/jbigkit/Manifest | 2 | ||||
-rw-r--r-- | media-libs/jbigkit/jbigkit-1.4.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/jbigkit/Manifest b/media-libs/jbigkit/Manifest index 825569da797f..5f9e6199fedf 100644 --- a/media-libs/jbigkit/Manifest +++ b/media-libs/jbigkit/Manifest @@ -1,3 +1,3 @@ MD5 37a02c4043f98757183024b7723aaafc ChangeLog 865 -MD5 55bafdf87500dfd2c8fbd8529fac2481 jbigkit-1.4.ebuild 1008 +MD5 77924e7664976188078cf46df754e770 jbigkit-1.4.ebuild 1061 MD5 3b69012688770808e2d9ebaf7d43533e files/digest-jbigkit-1.4 63 diff --git a/media-libs/jbigkit/jbigkit-1.4.ebuild b/media-libs/jbigkit/jbigkit-1.4.ebuild index aa15ad25a673..66e3a94418e4 100644 --- a/media-libs/jbigkit/jbigkit-1.4.ebuild +++ b/media-libs/jbigkit/jbigkit-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.4.ebuild,v 1.11 2003/08/04 19:25:03 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.4.ebuild,v 1.12 2003/08/04 20:31:30 gmsoft Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents" @@ -18,6 +18,8 @@ src_unpack() { unpack ${A} cd ${S} + [ "${ARCH}" = "hppa" ] && CFLAGS="${CFLAGS} -fPIC" + sed -i \ -e "s:-O2 -W:${CFLAGS}:" Makefile || \ die "sed Makefile failed" |