From 0b3b05a02ee6c0d3cc715635b5eed338a785b1be Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 13 Jul 2004 22:42:06 +0000 Subject: Apply patch to epeg cvs build to remove the /usr/local and ${prefix} items from the include and library search paths in its build. BKrev: 40f4653eDrYwe2f7sXHufJPCBjEOuA --- epeg/epeg.oe | 3 ++- epeg/epeg/dirs.patch | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 epeg/epeg/dirs.patch (limited to 'epeg') diff --git a/epeg/epeg.oe b/epeg/epeg.oe index 36b595f6fd..a93d74177f 100644 --- a/epeg/epeg.oe +++ b/epeg/epeg.oe @@ -2,7 +2,8 @@ PV = "0.0cvs${CVSDATE}" DEPENDS = "jpeg" DESCRIPTION = "Epeg is a small library for handling thumbnails." -SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg" +SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg \ + file://dirs.patch;patch=1" S = "${WORKDIR}/epeg" inherit autotools diff --git a/epeg/epeg/dirs.patch b/epeg/epeg/dirs.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg