summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-17 10:59:13 +0000
committerobache <obache@pkgsrc.org>2010-08-17 10:59:13 +0000
commit5b8155d55ff8aa213d394aa877b92d2988c55caa (patch)
tree924aecb3d1df5202fb4efb4c823ecc59ea5e827c /sysutils
parent95a313822fcce646a9f95f6123e205fa66b0088f (diff)
downloadpkgsrc-5b8155d55ff8aa213d394aa877b92d2988c55caa.tar.gz
Disable OS (i.e. Linux distro) specific behaviour.
PR#43767 by Aleksey Cheusov.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 311dc386a1e..98668eaccb7 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2010/01/26 06:16:30 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2010/08/17 10:59:13 obache Exp $
DISTNAME= hal-0.5.11
PKGREVISION= 27
@@ -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"