summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-10-06 08:21:28 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-10-06 08:21:28 +0000
commit393a1b13a8fb0a1d45c6ad7760ea28b40935b26e (patch)
tree577d3eab6065cad318f86d75f88dba9bb1dc906b /media-video/camserv/camserv-0.5.1-r2.ebuild
parentfixing Manifest (diff)
downloadhistorical-393a1b13a8fb0a1d45c6ad7760ea28b40935b26e.tar.gz
historical-393a1b13a8fb0a1d45c6ad7760ea28b40935b26e.tar.bz2
historical-393a1b13a8fb0a1d45c6ad7760ea28b40935b26e.zip
Fixing bug 29041
Diffstat (limited to 'media-video/camserv/camserv-0.5.1-r2.ebuild')
-rw-r--r--media-video/camserv/camserv-0.5.1-r2.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/camserv/camserv-0.5.1-r2.ebuild b/media-video/camserv/camserv-0.5.1-r2.ebuild
index 14b476b7a83a..9743ced0a5ab 100644
--- a/media-video/camserv/camserv-0.5.1-r2.ebuild
+++ b/media-video/camserv/camserv-0.5.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camserv/camserv-0.5.1-r2.ebuild,v 1.2 2003/09/08 11:45:46 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/camserv/camserv-0.5.1-r2.ebuild,v 1.3 2003/10/06 08:21:23 phosphan Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A streaming video server."
@@ -14,6 +14,12 @@ KEYWORDS="~x86"
DEPEND=">=media-libs/jpeg-6b-r2
>=media-libs/imlib-1.9.13-r2"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-0.5-errno.patch
+}
+
src_compile() {
_CC="${CC}"