summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/vino/vino-2.11.92.ebuild')
-rw-r--r--net-misc/vino/vino-2.11.92.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/vino/vino-2.11.92.ebuild b/net-misc/vino/vino-2.11.92.ebuild
index e2c38db9ce71..42f5423712a8 100644
--- a/net-misc/vino/vino-2.11.92.ebuild
+++ b/net-misc/vino/vino-2.11.92.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/net-misc/vino/vino-2.11.92.ebuild,v 1.1 2005/08/22 23:45:05 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.11.92.ebuild,v 1.2 2005/08/26 09:29:13 flameeyes Exp $
inherit eutils gnome2
@@ -43,4 +43,6 @@ src_unpack() {
# Fix compilation if --without-libz is passed
epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch
+ # Fix compilation for Gentoo/FreeBSD
+ epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch
}