diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:39:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:39:25 +0000 |
commit | e1a04ecc3a5329bead77e23330e4b6d5c5c6e304 (patch) | |
tree | 954a0a96709be2b2f916eb5844d0686774d2722b /sysutils/usbutils/files/patch-Makefile.am | |
parent | dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0 (diff) |
Update to 0.91
- Use usbhid-dump and usbids from ports
- Use USES=shebangfix
- Convert to new options target helper
- Cosmetic change
- Sort PLIST
- Update WWW
- Take maintainership
Changes: https://github.com/gregkh/usbutils/blob/master/NEWS
Diffstat (limited to 'sysutils/usbutils/files/patch-Makefile.am')
-rw-r--r-- | sysutils/usbutils/files/patch-Makefile.am | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/usbutils/files/patch-Makefile.am b/sysutils/usbutils/files/patch-Makefile.am new file mode 100644 index 000000000000..49a31fe581d6 --- /dev/null +++ b/sysutils/usbutils/files/patch-Makefile.am @@ -0,0 +1,33 @@ +--- Makefile.am.orig 2010-10-22 23:38:09 UTC ++++ Makefile.am +@@ -1,21 +1,9 @@ +-SUBDIRS = \ +- usbhid-dump +- + AM_LDFLAGS = \ + -Wl,--as-needed + +-data_DATA = \ +- usb.ids +-if HAVE_ZLIB +-data_DATA += usb.ids.gz +-endif +- + sbin_PROGRAMS = \ + lsusb + +-sbin_SCRIPTS = \ +- update-usbids.sh +- + bin_SCRIPTS = \ + usb-devices + +@@ -59,7 +47,7 @@ lsusb.8: $(srcdir)/lsusb.8.in + usb-devices.1: $(srcdir)/usb-devices.1.in + sed 's|VERSION|$(VERSION)|g' $< >$@ + +-pkgconfigdir = $(datarootdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = usbutils.pc + + usbutils.pc: $(srcdir)/usbutils.pc.in |