diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-13 22:42:06 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-13 22:42:06 +0000 |
commit | 0b3b05a02ee6c0d3cc715635b5eed338a785b1be (patch) | |
tree | 90d7c436de9e3e52dcc0257bd3525fa5caaeeccb /epeg | |
parent | 1a1eec958967121714c7a22997bd9a43970b484f (diff) |
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
Diffstat (limited to 'epeg')
-rw-r--r-- | epeg/epeg.oe | 3 | ||||
-rw-r--r-- | epeg/epeg/dirs.patch | 0 |
2 files changed, 2 insertions, 1 deletions
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 --- /dev/null +++ b/epeg/epeg/dirs.patch |