diff options
Diffstat (limited to 'audio/triceratops-lv2/files/patch-synth.cpp')
-rw-r--r-- | audio/triceratops-lv2/files/patch-synth.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/triceratops-lv2/files/patch-synth.cpp b/audio/triceratops-lv2/files/patch-synth.cpp deleted file mode 100644 index a210264089d1..000000000000 --- a/audio/triceratops-lv2/files/patch-synth.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- synth.cpp.orig 2019-04-11 12:27:29 UTC -+++ synth.cpp -@@ -1,5 +1,7 @@ - -- -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#endif - #include "synth.h" - - // CONSTRUCTOR |