summaryrefslogtreecommitdiff
path: root/audio/mp3diags/patches
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-29 17:42:39 +0000
committerdrochner <drochner>2009-07-29 17:42:39 +0000
commit28c25313d92524458fd0056c5bc60a3abc10ffc0 (patch)
tree584185ad4f3730ce626a2a982de9cdc08b8f258d /audio/mp3diags/patches
parentf160025b3e315fe8bd0c06d7bc8e36326a1bf0d4 (diff)
downloadpkgsrc-28c25313d92524458fd0056c5bc60a3abc10ffc0.tar.gz
update to 0.99.05.030
changes: bugfixes
Diffstat (limited to 'audio/mp3diags/patches')
-rw-r--r--audio/mp3diags/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/mp3diags/patches/patch-aa b/audio/mp3diags/patches/patch-aa
deleted file mode 100644
index aa8f9c7275b..00000000000
--- a/audio/mp3diags/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
-
---- src/OsFile.cpp.orig 2009-06-22 15:53:58.000000000 +0200
-+++ src/OsFile.cpp
-@@ -69,7 +69,12 @@ public:
- //const char* m_szCurrentPath;
-
- #ifndef WIN32
-+#ifdef Linux
- struct stat64 m_crtStat;
-+#else
-+ struct stat m_crtStat;
-+#define lstat64 lstat
-+#endif
- #endif
-
- //glob_t m_findData;