summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-12-05 15:41:00 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-12-05 15:41:00 +0000
commitdea4523d9b40c23a92f05b1b7c54367e36f8b2a7 (patch)
treee5dae45a1e8e776b57042c2aeae178baa6dffe56 /x11-misc/xlockmore/xlockmore-5.12.ebuild
parentFixed ChangeLog header. (Manifest recommit) (diff)
downloadgentoo-2-dea4523d9b40c23a92f05b1b7c54367e36f8b2a7.tar.gz
gentoo-2-dea4523d9b40c23a92f05b1b7c54367e36f8b2a7.tar.bz2
gentoo-2-dea4523d9b40c23a92f05b1b7c54367e36f8b2a7.zip
Fixed bug #48457.
Diffstat (limited to 'x11-misc/xlockmore/xlockmore-5.12.ebuild')
-rw-r--r--x11-misc/xlockmore/xlockmore-5.12.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/xlockmore/xlockmore-5.12.ebuild b/x11-misc/xlockmore/xlockmore-5.12.ebuild
index 951946997ddf..9c2c6e014be9 100644
--- a/x11-misc/xlockmore/xlockmore-5.12.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.12.ebuild,v 1.9 2004/10/19 09:06:21 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.12.ebuild,v 1.10 2004/12/05 15:41:00 pyrania Exp $
inherit gnuconfig
@@ -25,7 +25,7 @@ DEPEND="virtual/x11
src_compile() {
gnuconfig_update
-
+
local myconf
myconf="--enable-vtlock"
use pam && myconf="${myconf} --enable-pam" \
@@ -38,6 +38,8 @@ src_compile() {
use motif || myconf="${myconf} --without-motif"
use gtk || myconf="${myconf} --without-gtk"
+ epatch ${FILESDIR}/XLock.ad.patch || die "epatch failed"
+
./configure \
--prefix=/usr \
--mandir=${prefix}/share/man/man1 \