diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-20 05:01:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-20 05:01:24 +0000 |
commit | 4f71a45ea2591cf0d81af6aabc4250c69dfff182 (patch) | |
tree | aa555ec97b40b49d3caac6ce6b9aa19eed09e1ac | |
parent | remove pointless usage of xargs (diff) | |
download | gentoo-2-4f71a45ea2591cf0d81af6aabc4250c69dfff182.tar.gz gentoo-2-4f71a45ea2591cf0d81af6aabc4250c69dfff182.tar.bz2 gentoo-2-4f71a45ea2591cf0d81af6aabc4250c69dfff182.zip |
remove old patch
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch | 15 | ||||
-rw-r--r-- | media-libs/imlib2/imlib2-1.2.0.007.ebuild | 8 |
2 files changed, 1 insertions, 22 deletions
diff --git a/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch b/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch deleted file mode 100644 index f060ab576c1a..000000000000 --- a/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix a typo. - -http://bugs.gentoo.org/show_bug.cgi?id=88546 - ---- configure -+++ configure -@@ -20231,7 +20231,7 @@ - # See if we find them without any special options. - # Don't add to $LIBS permanently. - ac_save_LIBS=$LIBS -- LIBS="-lX $LIBS" -+ LIBS="-lX11 $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/media-libs/imlib2/imlib2-1.2.0.007.ebuild b/media-libs/imlib2/imlib2-1.2.0.007.ebuild index 56e0789ca78e..8a04ee73ee71 100644 --- a/media-libs/imlib2/imlib2-1.2.0.007.ebuild +++ b/media-libs/imlib2/imlib2-1.2.0.007.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/imlib2/imlib2-1.2.0.007.ebuild,v 1.1 2005/05/20 03:21:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.0.007.ebuild,v 1.2 2005/05/20 05:01:24 vapier Exp $ EKEY_STATE=snap EHACKAUTOGEN=yes @@ -19,12 +19,6 @@ DEPEND="=media-libs/freetype-2* tiff? ( >=media-libs/tiff-3.5.5 ) X? ( virtual/x11 )" -src_unpack() { - enlightenment_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${P}-x-lib.patch -} - src_compile() { local mymmx="" if [ "${ARCH}" == "amd64" ] ; then |