]> git.pld-linux.org Git - packages/lsvpd.git/blob - lsvpd-make.patch
a807ba8c2f292c41f833005b1b8eb9788e8032dc
[packages/lsvpd.git] / lsvpd-make.patch
1 --- lsvpd-1.6.11/Makefile.am.orig       2011-06-16 00:59:59.000000000 +0200
2 +++ lsvpd-1.6.11/Makefile.am    2011-09-23 19:29:44.906120445 +0200
3 @@ -53,25 +53,9 @@
4  
5  AM_CXXFLAGS = -DDEST_DIR='"${exec_prefix}"' -DVPD_VERSION='"@VERSION@"'
6  
7 -if PCI_IDS_LOC
8 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/pci.ids"'
9 -else
10 -if PCI_IDS_LOC2
11 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/hwdata/pci.ids"'
12 -else
13 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/misc/pci.ids"'
14 -endif
15 -endif
16 -
17 -if USB_IDS_LOC
18 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/usb.ids"'
19 -else
20 -if USB_IDS_LOC2
21 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/hwdata/usb.ids"'
22 -else
23 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/misc/usb.ids"'
24 -endif
25 -endif
26 +AM_CXXFLAGS += -DPCI_IDS='"/lib/hwdata/pci.ids"'
27 +
28 +AM_CXXFLAGS += -DUSB_IDS='"/lib/hwdata/usb.ids"'
29  
30  SUBDIRS = docs
31  
This page took 0.047889 seconds and 2 git commands to generate.