summaryrefslogtreecommitdiff
path: root/audio/mpmf20/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpmf20/files/patch-aa')
-rw-r--r--audio/mpmf20/files/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/mpmf20/files/patch-aa b/audio/mpmf20/files/patch-aa
deleted file mode 100644
index c5fefa38cea6..000000000000
--- a/audio/mpmf20/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- app.cpp.orig Wed Sep 22 22:55:41 1999
-+++ app.cpp Wed Sep 22 22:27:06 1999
-@@ -22,6 +22,12 @@
- #define SIZE_MAXPATH _MAX_PATH
- #define DELETEARRAY delete[]
-
-+#elif defined(__FreeBSD__)
-+ // FreeBSD g++
-+ #include <unistd.h>
-+ #include <sys/syslimits.h>
-+ #define SIZE_MAXPATH PATH_MAX
-+
- #elif defined(__linux__)
- // linux g++
- #include <unistd.h>