pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Request getopt with optreset supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd932b8cd9cc
branches:  trunk
changeset: 540016:fd932b8cd9cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 21 23:28:33 2008 +0000

description:
Request getopt with optreset support from libnbcompat.

diffstat:

 pkgtools/pkg_install/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 54e5c01c0d2a -r fd932b8cd9cc pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Fri Mar 21 23:28:08 2008 +0000
+++ b/pkgtools/pkg_install/Makefile     Fri Mar 21 23:28:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2008/02/26 13:38:57 joerg Exp $
+# $NetBSD: Makefile,v 1.148 2008/03/21 23:28:33 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -34,6 +34,8 @@
 
 USE_FEATURES=          nbcompat
 
+NBCOMPAT_CONFIGURE_ARGS+=      --enable-bsd-getopt
+
 SKIP_AUDIT_PACKAGES=   yes
 NO_PKGTOOLS_REQD_CHECK=        yes
 NO_CHECKSUM=           yes



Home | Main Index | Thread Index | Old Index