From cd6932eb6957ff070274ac3dd9eab9c19c5bbb2d Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Mar 2009 22:33:13 +0000 Subject: libnbcompat-20090322: Don't use getopt_long as replacement for getopt. It behaves different and doesn't work well in combination with optreset. Instead use getopt(3) from NetBSD if requested. Sync getopt_long.c with NetBSD while here. Addresses issues with pkg_admin on Solaris reported by Tim Zingelman. --- pkgtools/libnbcompat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/libnbcompat/Makefile') diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index bff3eda6c22..b0085b00b66 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.69 2009/03/02 13:54:55 joerg Exp $ +# $NetBSD: Makefile,v 1.70 2009/03/22 22:33:13 joerg Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual # list of tested and supported platforms. # -DISTNAME= libnbcompat-20090302 +DISTNAME= libnbcompat-20090322 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty -- cgit v1.2.3