diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-10-30 20:52:03 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-31 12:26:26 -0700 |
commit | 2d5ef9e199aac0b154dfb13fb482a083efa8f972 (patch) | |
tree | 3a58d0b6d56f8a3a73bd75ee51350064112c5885 /net/apcupsd/patches | |
parent | b77148a3330714b1c20b330b3d2fda4a20583b73 (diff) |
apcupsd: remove header file patch
Seems to be from a time when pkgconfig returned the wrong path.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/apcupsd/patches')
-rw-r--r-- | net/apcupsd/patches/010-fix-usb.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/apcupsd/patches/010-fix-usb.patch b/net/apcupsd/patches/010-fix-usb.patch deleted file mode 100644 index 0954e16f3..000000000 --- a/net/apcupsd/patches/010-fix-usb.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/include/libusb.h.in -+++ b/include/libusb.h.in -@@ -6,4 +6,4 @@ - * path at configure time and various apcupsd bits include this
- * when they need libusb's usb.h.
- */
--#include "@LIBUSBH@"
-+#include "usb.h"
|