aboutsummaryrefslogtreecommitdiff
path: root/audio/mixxx/files/patch-src__defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixxx/files/patch-src__defs.h')
-rw-r--r--audio/mixxx/files/patch-src__defs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/mixxx/files/patch-src__defs.h b/audio/mixxx/files/patch-src__defs.h
deleted file mode 100644
index d15e24eabc9d..000000000000
--- a/audio/mixxx/files/patch-src__defs.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/defs.h.orig
-+++ src/defs.h
-@@ -87,6 +87,8 @@
- #define math_min(a,b) (((a) < (b)) ? (a) : (b))
- #endif
-
-+#if !defined(__GNUC__)
-+
- // MSVC 2005/2008 needs these
- #ifndef fmax
- #define fmax math_max
-@@ -98,3 +100,5 @@
-
- #endif
-
-+#endif
-+