summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2003-11-20 12:09:09 +0000
committerfredb <fredb>2003-11-20 12:09:09 +0000
commit83028c6507c646d73e34c060fe6557c3f9967c44 (patch)
tree6acbdb02e25007c55b0996e6b7be57969ea16569
parent93b9bdb3487b386b049a29f2fe64217b4c1f94b4 (diff)
downloadpkgsrc-83028c6507c646d73e34c060fe6557c3f9967c44.tar.gz
Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).
-rw-r--r--net/ntp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 6d7ba278229..d945bb4bc7d 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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