summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ntp')
-rw-r--r--net-misc/ntp/ntp-4.0.99k-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntp/ntp-4.0.99k-r2.ebuild b/net-misc/ntp/ntp-4.0.99k-r2.ebuild
index be9ffab17e3e..081c85acd76d 100644
--- a/net-misc/ntp/ntp-4.0.99k-r2.ebuild
+++ b/net-misc/ntp/ntp-4.0.99k-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k-r2.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k-r2.ebuild,v 1.4 2001/08/10 17:58:17 darks Exp $
A=${P}23.tar.gz
S=${WORKDIR}/${P}23
@@ -22,7 +22,7 @@ src_compile() {
cp configure configure.orig
sed -e "s:-Wpointer-arith::" configure.orig > configure
- try LDFLAGS=\"$LDFLAGS -lncurses\" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --build=${CHOST}
+ try LDFLAGS="$LDFLAGS -lncurses" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --build=${CHOST}
try make
}