Readd --without-os-type configure arg, accidentally dropped when merging
the 0.5.14 changes. PR#44703
This commit is contained in:
parent
0e5ebc2c96
commit
b8bda1413b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue