diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-23 02:02:40 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-23 02:02:40 +0000 |
commit | f8dad9b116b29c332062cbc015cdf9765885cea7 (patch) | |
tree | eaabb4507ee1aa0af271135b523ddab53326997e /net-p2p/dclib/files/dclib-0.3.3-gcc2.patch | |
parent | added first production version with major cleanup of code and config files (M... (diff) | |
download | gentoo-2-f8dad9b116b29c332062cbc015cdf9765885cea7.tar.gz gentoo-2-f8dad9b116b29c332062cbc015cdf9765885cea7.tar.bz2 gentoo-2-f8dad9b116b29c332062cbc015cdf9765885cea7.zip |
version bump, #61192
Diffstat (limited to 'net-p2p/dclib/files/dclib-0.3.3-gcc2.patch')
-rw-r--r-- | net-p2p/dclib/files/dclib-0.3.3-gcc2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/dclib/files/dclib-0.3.3-gcc2.patch b/net-p2p/dclib/files/dclib-0.3.3-gcc2.patch new file mode 100644 index 000000000000..e71a2f6a7a98 --- /dev/null +++ b/net-p2p/dclib/files/dclib-0.3.3-gcc2.patch @@ -0,0 +1,10 @@ +--- dclib/core/cthread.cpp.orig 2002-12-19 19:01:57.000000000 -0500 ++++ dclib/core/cthread.cpp 2002-12-19 19:02:09.000000000 -0500 +@@ -16,6 +16,7 @@ + ***************************************************************************/ + + #include <stdio.h> ++#define __USE_POSIX199309 + #include <time.h> + #include <errno.h> + |