summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-07-15 15:30:19 +0200
committerØrjan Malde <red@foxi.me>2021-07-15 15:31:57 +0200
commit338ba76750b8ac0fca0a949228328a8800be56d0 (patch)
treefdab5c2025f4a85268ea3eed2a143ed0584aca10 /patches
parent71c750338dbc3556b00a5f226183968648448b14 (diff)
downloadmidipix_build-338ba76750b8ac0fca0a949228328a8800be56d0.tar.bz2
midipix_build-338ba76750b8ac0fca0a949228328a8800be56d0.tar.xz
groups/241.native_packages_inet.group: drop mtr
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/mtr-0.92.local.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/patches/mtr-0.92.local.patch b/patches/mtr-0.92.local.patch
deleted file mode 100644
index a5ab92b1..00000000
--- a/patches/mtr-0.92.local.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ru mtr.orig/Makefile.am mtr/Makefile.am
---- mtr.orig/Makefile.am 2017-03-02 12:55:53.968328160 +0100
-+++ mtr/Makefile.am 2017-03-02 13:02:10.645991226 +0100
-@@ -41,8 +41,8 @@
- PATHFILES += man/mtr.8 man/mtr-packet.8
-
- install-exec-hook:
-- `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
-- || chmod u+s $(DESTDIR)$(sbindir)/mtr-packet
-+# `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
-+# || chmod u+s $(DESTDIR)$(sbindir)/mtr-packet
-
- mtr_SOURCES = ui/mtr.c ui/mtr.h \
- ui/net.c ui/net.h \
-diff -ru mtr.orig/packet/platform.h mtr/packet/platform.h
---- mtr.orig/packet/platform.h 2017-03-02 12:55:53.968328160 +0100
-+++ mtr/packet/platform.h 2017-03-02 13:03:59.185316954 +0100
-@@ -40,6 +40,10 @@
-
- #define PLATFORM_FREEBSD
-
-+#elif defined(__midipix__)
-+
-+#define PLATFORM_MIDIPIX
-+
- #elif defined(__unix__)
-
- #define PLATFORM_UNIX_UNKNOWN