diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:52:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:52:52 +0000 |
commit | 786835fc3ea639d16e74eeae34c42022f299f6b9 (patch) | |
tree | 437d2f0bb78ed333d9de84196498d05853641390 /audio/zinf/files/patch-base-src-propimpl.cpp | |
parent | s/GTK2/GTK1/ (diff) |
- Update to version 2.2.5
PR: ports/63004
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=101336
Diffstat (limited to 'audio/zinf/files/patch-base-src-propimpl.cpp')
-rw-r--r-- | audio/zinf/files/patch-base-src-propimpl.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/zinf/files/patch-base-src-propimpl.cpp b/audio/zinf/files/patch-base-src-propimpl.cpp deleted file mode 100644 index 0b1c28eb8ac0..000000000000 --- a/audio/zinf/files/patch-base-src-propimpl.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- base/src/propimpl.cpp.orig Thu Feb 6 02:52:47 2003 -+++ base/src/propimpl.cpp Mon Aug 18 17:35:16 2003 -@@ -21,7 +21,10 @@ - $Id: propimpl.cpp,v 1.4 2003/02/05 17:52:47 rottmann Exp $ - ____________________________________________________________________________*/ - -+#include <inttypes.h> -+#if HAVE_STDINT_H - #include <stdint.h> -+#endif - #include <map> - #include <vector> - #include <string> |