From e6a1619f65bbd4553b676038e0544cc34070f19d Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Sat, 4 Sep 2010 18:17:38 +0200 Subject: [PATCH] include - Install smbus headers in the system. This will fix gkrellm build as it was trying to include smb.h, which wasn't in /usr/include/machine anymore. --- etc/mtree/BSD.include.dist | 8 +++++--- include/Makefile | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index e741f8a..afcf5f5 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -13,15 +13,17 @@ scsi .. .. - pccard + isa .. - usb + pccard .. pci .. ppbus .. - isa + smbus + .. + usb .. .. c++ diff --git a/include/Makefile b/include/Makefile index c79c57d..6551ac0 100644 --- a/include/Makefile +++ b/include/Makefile @@ -66,7 +66,7 @@ LSUBDIRS= bus/cam bus/cam/scsi \ netgraph/mppc netgraph/one2many netgraph/ppp \ netgraph/pppoe netgraph/pptpgre netgraph/rfc1490 netgraph/socket \ netgraph/tee netgraph/tty netgraph/vjc \ - bus/cam bus/usb bus/pccard bus/pci bus/isa bus/ppbus \ + bus/cam bus/usb bus/pccard bus/pci bus/isa bus/ppbus bus/smbus \ netproto/atalk netproto/atm netproto/ipsec netproto/ipx \ netproto/key netproto/natm netproto/ncp netproto/ns netproto/smb \ netproto/atm/ipatm netproto/atm/sigpvc netproto/atm/spans \ -- 1.7.0.5