summaryrefslogtreecommitdiff
path: root/pkgtools/autoswc
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-25 20:58:05 +0000
committertv <tv@pkgsrc.org>2004-10-25 20:58:05 +0000
commitfd4d98eef90bed08a3989f2da24296037aed1c72 (patch)
tree821cc1d8dd606cf2b1ed217ac72f318a36d17726 /pkgtools/autoswc
parent3d0d269288c4d8d5cea4e78d3fb8ac8b9dbb787a (diff)
downloadpkgsrc-fd4d98eef90bed08a3989f2da24296037aed1c72.tar.gz
1.5: Remove some things that could be in -lnsl on SVR4 descendants.
(gethostname, gethostbyname)
Diffstat (limited to 'pkgtools/autoswc')
-rw-r--r--pkgtools/autoswc/Makefile4
-rw-r--r--pkgtools/autoswc/files/configure.ac4
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile
index 4325ed9005b..784dbfc903c 100644
--- a/pkgtools/autoswc/Makefile
+++ b/pkgtools/autoswc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/10/21 21:30:45 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/25 20:58:05 tv Exp $
-DISTNAME= autoswc-1.4
+DISTNAME= autoswc-1.5
CATEGORIES= pkgtools sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/autoswc/files/configure.ac b/pkgtools/autoswc/files/configure.ac
index df4d29c3981..fe56b00319a 100644
--- a/pkgtools/autoswc/files/configure.ac
+++ b/pkgtools/autoswc/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.4 2004/10/21 21:30:45 tv Exp $
+dnl $NetBSD: configure.ac,v 1.5 2004/10/25 20:58:05 tv Exp $
dnl -----------------------------------------------------------------------
@@ -160,8 +160,6 @@ AC_CHECK_FUNCS([__argz_count \
getegid \
geteuid \
getgid \
- gethostbyname \
- gethostname \
getmode \
getprogname \
getrlimit \