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 | 677ea385ea192f41280a8006bc20fcf7bc14c7f7 (patch) | |
tree | 6acbdb02e25007c55b0996e6b7be57969ea16569 | |
parent | eb05f0c8d8445351c23e3545166d25b8c95ebc54 (diff) | |
download | pkgsrc-677ea385ea192f41280a8006bc20fcf7bc14c7f7.tar.gz |
Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).
-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 |