Readd --without-os-type configure arg, accidentally dropped when merging

the 0.5.14 changes.  PR#44703
This commit is contained in:
markd 2011-03-10 19:45:03 +00:00
parent 0e5ebc2c96
commit b8bda1413b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.52 2011/02/17 12:11:57 jmcneill Exp $
# $NetBSD: Makefile,v 1.53 2011/03/10 19:45:03 markd Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 2
@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-pci-ids=${PREFIX}/share/pciids
CONFIGURE_ARGS+= --with-usb-ids=${PREFIX}/share/usbids
CONFIGURE_ARGS+= --without-os-type
.include "../../mk/bsd.prefs.mk"