diff options
author | tv <tv> | 2004-10-25 20:58:05 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-25 20:58:05 +0000 |
commit | 80ea95e116ba1fafb07cfd02f5c83b4e76857b7d (patch) | |
tree | 821cc1d8dd606cf2b1ed217ac72f318a36d17726 /pkgtools/autoswc | |
parent | f924ba977db214c1a9c81602b8d3ae9ac6b970f5 (diff) | |
download | pkgsrc-80ea95e116ba1fafb07cfd02f5c83b4e76857b7d.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/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/autoswc/files/configure.ac | 4 |
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 \ |