pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ntp4 Disable detection of <sys/soundcard.h>, to le...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b35da61fb28
branches:  trunk
changeset: 463616:3b35da61fb28
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Nov 20 12:09:09 2003 +0000

description:
Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).

diffstat:

 net/ntp4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d3cda84f7297 -r 3b35da61fb28 net/ntp4/Makefile
--- a/net/ntp4/Makefile Thu Nov 20 11:20:56 2003 +0000
+++ b/net/ntp4/Makefile Thu Nov 20 12:09:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.29 2003/11/20 12:09:09 fredb Exp $
 #
 
 DISTNAME=      ntp-4.2.0
@@ -15,7 +15,7 @@
 USE_PERL5=     build
 #USE_BUILDLINK2=YES ***FIXME: Causes lots of "missing prototype" warnings.***
 
-CONFIGURE_ENV+=        PATH_PERL="${PERL5}"
+CONFIGURE_ENV+=        PATH_PERL="${PERL5}" ac_cv_header_sys_soundcard_h=no
 
 DOCDIR=                ${PREFIX}/share/doc/html
 EXAMPLESDIR=   ${PREFIX}/share/examples



Home | Main Index | Thread Index | Old Index