diff options
author | fredb <fredb@pkgsrc.org> | 2003-11-20 12:09:09 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-11-20 12:09:09 +0000 |
commit | 648d43d59937866d2d4bd9779b7d173b10cafeeb (patch) | |
tree | 6acbdb02e25007c55b0996e6b7be57969ea16569 /net/ntp4 | |
parent | adf06cd3d7aa8835166b0c0ce0e0e88a84bbb75d (diff) | |
download | pkgsrc-648d43d59937866d2d4bd9779b7d173b10cafeeb.tar.gz |
Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 4 |
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 |