aboutsummaryrefslogtreecommitdiff
path: root/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h')
-rw-r--r--audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h b/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h
deleted file mode 100644
index e1aa80157006..000000000000
--- a/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/LV2/xputty/header/xputty.h.orig 2025-03-26 05:38:17 UTC
-+++ src/LV2/xputty/header/xputty.h
-@@ -34,7 +34,7 @@
- #include <math.h>
- #include <cairo.h>
- #include "xputty-mswin.h" // no ifdef (waf dependency check)
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- #include <cairo-xlib.h>
- #include <X11/Xutil.h>
- #include <X11/keysym.h>