summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-12 03:01:40 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-12 03:01:40 +0000
commit283439720a70f851573f11da1a61761e9cb9c24b (patch)
treea4eeec34c734b2c738c87c4d55f6b51d9794cb1e /media-gfx/pngtoico/pngtoico-1.0.ebuild
parentremove glibc from profile (diff)
downloadhistorical-283439720a70f851573f11da1a61761e9cb9c24b.tar.gz
historical-283439720a70f851573f11da1a61761e9cb9c24b.tar.bz2
historical-283439720a70f851573f11da1a61761e9cb9c24b.zip
use custom CFLAGS
Diffstat (limited to 'media-gfx/pngtoico/pngtoico-1.0.ebuild')
-rw-r--r--media-gfx/pngtoico/pngtoico-1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/pngtoico/pngtoico-1.0.ebuild b/media-gfx/pngtoico/pngtoico-1.0.ebuild
index 32972095a95f..01c7a0902068 100644
--- a/media-gfx/pngtoico/pngtoico-1.0.ebuild
+++ b/media-gfx/pngtoico/pngtoico-1.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/pngtoico-1.0.ebuild,v 1.3 2003/05/25 14:54:23 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/pngtoico-1.0.ebuild,v 1.4 2003/11/12 03:01:40 vapier Exp $
+
+inherit eutils
DESCRIPTION="Convert png images to MS ico format"
HOMEPAGE="http://www.kernel.org/pub/software/graphics/pngtoico/"
@@ -15,7 +17,7 @@ DEPEND="media-libs/libpng"
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 Makefile < ${FILESDIR}/${P}-Makefile.patch
+ epatch ${FILESDIR}/${P}-Makefile.patch
}
src_compile() {