diff options
author | drochner <drochner> | 2009-07-29 17:42:39 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-07-29 17:42:39 +0000 |
commit | 28c25313d92524458fd0056c5bc60a3abc10ffc0 (patch) | |
tree | 584185ad4f3730ce626a2a982de9cdc08b8f258d /audio/mp3diags/patches | |
parent | f160025b3e315fe8bd0c06d7bc8e36326a1bf0d4 (diff) | |
download | pkgsrc-28c25313d92524458fd0056c5bc60a3abc10ffc0.tar.gz |
update to 0.99.05.030
changes: bugfixes
Diffstat (limited to 'audio/mp3diags/patches')
-rw-r--r-- | audio/mp3diags/patches/patch-aa | 17 |
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; |