diff options
Diffstat (limited to 'misc/calibre/patches/patch-setup_extensions.json')
-rw-r--r-- | misc/calibre/patches/patch-setup_extensions.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/calibre/patches/patch-setup_extensions.json b/misc/calibre/patches/patch-setup_extensions.json index b33353a79f6..84260c3df15 100644 --- a/misc/calibre/patches/patch-setup_extensions.json +++ b/misc/calibre/patches/patch-setup_extensions.json @@ -1,10 +1,10 @@ -$NetBSD: patch-setup_extensions.json,v 1.3 2022/01/09 15:43:51 rhialto Exp $ +$NetBSD: patch-setup_extensions.json,v 1.4 2022/01/20 19:03:07 rhialto Exp $ Include libusb and libmtp for netbsd. ---- setup/extensions.json.orig 2020-02-21 03:27:12.000000000 +0000 +--- setup/extensions.json.orig 2021-12-17 00:40:19.000000000 +0000 +++ setup/extensions.json -@@ -207,13 +207,13 @@ +@@ -204,13 +204,13 @@ }, { "name": "libusb", @@ -15,8 +15,8 @@ Include libusb and libmtp for netbsd. }, { "name": "libmtp", -- "only": "freebsd osx linux haiku", -+ "only": "freebsd osx linux haiku netbsd", +- "only": "freebsd macos linux haiku", ++ "only": "freebsd macos linux haiku netbsd", "sources": "calibre/devices/mtp/unix/devices.c calibre/devices/mtp/unix/libmtp.c", "headers": "calibre/devices/mtp/unix/devices.h calibre/devices/mtp/unix/upstream/music-players.h calibre/devices/mtp/unix/upstream/device-flags.h", "libraries": "mtp" |