summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-28 22:34:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-28 22:34:09 +0000
commit97b9915950d62926058087a26bf5fd970d0167e9 (patch)
treec115bb6306510ae461ffff3977be5328ef4a57cf /media-libs
parentPatched gentoo-rsync-mirror script. Changed metadata. Closes #88054. (diff)
downloadhistorical-97b9915950d62926058087a26bf5fd970d0167e9.tar.gz
historical-97b9915950d62926058087a26bf5fd970d0167e9.tar.bz2
historical-97b9915950d62926058087a26bf5fd970d0167e9.zip
fix configure typo as reported in #100555 by Stuart W. Finlayson and in e-mail by walt
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/jpeg-mmx/Manifest8
-rw-r--r--media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/jpeg-mmx/Manifest b/media-libs/jpeg-mmx/Manifest
index 5e563a6916eb..01ec047414fb 100644
--- a/media-libs/jpeg-mmx/Manifest
+++ b/media-libs/jpeg-mmx/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 020e7c52043772fa57a81a0dd9fe164b jpeg-mmx-0.1.6.ebuild 1148
+MD5 0aa16c6103ffc87a76f070ba0aa59a26 jpeg-mmx-0.1.6.ebuild 1147
MD5 c19e0cedb9ae5fcf1eff6c40e5db54db ChangeLog 2227
MD5 683af9622e30fd6fd39694fda1049c37 files/jpeg-mmx-0.1.6-PIC.patch 1450
MD5 c8f2e56af5592e6e40bc5dba0f1f830a files/jpeg-mmx-0.1.6-makefile.patch 195
@@ -9,7 +9,7 @@ MD5 57d8f724c8c106355a0eae9961b436a3 files/digest-jpeg-mmx-0.1.6 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC6FUwgIKl8Uu19MoRAj6mAJwPH1jBUcVJe0kEL0P8EZEXtLOltACbBT6k
-NvL/uxVlNeEsVJvAS8ypuRQ=
-=x6SP
+iD8DBQFC6V2CgIKl8Uu19MoRAmQPAJ9YeZ1XCbcoHlraagnx5+DhyZdcIQCbBYjp
+NZwuI8m/L8vfg3CEue08gM8=
+=kr6r
-----END PGP SIGNATURE-----
diff --git a/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild b/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild
index 574d6fd89a82..0481cff5d53b 100644
--- a/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild
+++ b/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild,v 1.1 2005/07/28 03:46:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg-mmx/jpeg-mmx-0.1.6.ebuild,v 1.2 2005/07/28 22:34:09 vapier Exp $
inherit eutils
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
econf \
- --include-dir=/usr/include/jpeg-mmx \
+ --includedir=/usr/include/jpeg-mmx \
--enable-shared \
--enable-static \
|| die "configure failed"