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-configure.ac | |
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-configure.ac')
-rw-r--r-- | sysutils/usbutils/files/patch-configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/usbutils/files/patch-configure.ac b/sysutils/usbutils/files/patch-configure.ac new file mode 100644 index 000000000000..52ce84fa17a8 --- /dev/null +++ b/sysutils/usbutils/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2010-10-22 23:38:09 UTC ++++ configure.ac +@@ -35,7 +35,6 @@ AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_FILES([ + Makefile + ]) +-AC_CONFIG_SUBDIRS([usbhid-dump]) + + AC_OUTPUT + AC_MSG_RESULT([ |