diff options
author | Ørjan Malde <red@foxi.me> | 2021-01-12 23:07:26 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-12 22:14:02 +0000 |
commit | c53671e373fd2a3cee64e147310a60a258c9beb4 (patch) | |
tree | cbd8a2fcd1eb75895f92294b9c402225afcdc152 /patches | |
parent | ee41fc9aae0fa3569bbe3414f42254002835b250 (diff) | |
download | midipix_build-c53671e373fd2a3cee64e147310a60a258c9beb4.tar.bz2 midipix_build-c53671e373fd2a3cee64e147310a60a258c9beb4.tar.xz |
groups/231.native_packages_etc.group: adds lbreakout2 v2.6.5
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/lbreakout2-2.6.5.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/lbreakout2-2.6.5.local.patch b/patches/lbreakout2-2.6.5.local.patch new file mode 100644 index 00000000..0619a4c5 --- /dev/null +++ b/patches/lbreakout2-2.6.5.local.patch @@ -0,0 +1,12 @@ +diff -ru lbreakout2-2.6.5.orig/common/net.h lbreakout2-2.6.5/common/net.h +--- lbreakout2-2.6.5.orig/common/net.h 2013-05-03 19:06:07.000000000 +0200 ++++ lbreakout2-2.6.5/common/net.h 2021-01-12 22:52:28.459252110 +0100 +@@ -16,7 +16,7 @@ + #include <netdb.h> + #include <errno.h> + #include <arpa/inet.h> +- #include <sys/poll.h> ++ #include <poll.h> + #include <signal.h> + #endif + #endif |