diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-30 07:53:37 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-30 07:53:37 +0000 |
commit | 8eeda2b5b988f074eda465e9cb3a7513ce84630e (patch) | |
tree | 504e54fbeb73c99aff26968b883133edb755b303 /media-libs/libgii/files | |
parent | added a new patch to make compilation with gcc34 possible, merged the gcc33 p... (diff) | |
download | gentoo-2-8eeda2b5b988f074eda465e9cb3a7513ce84630e.tar.gz gentoo-2-8eeda2b5b988f074eda465e9cb3a7513ce84630e.tar.bz2 gentoo-2-8eeda2b5b988f074eda465e9cb3a7513ce84630e.zip |
Fix bug #86941. For what? Conditionals! Again! Now the code is haunting me with conditionals! WHY.. WHY!
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/libgii/files')
-rw-r--r-- | media-libs/libgii/files/libgii-0.9.0-gcc34.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/libgii/files/libgii-0.9.0-gcc34.patch b/media-libs/libgii/files/libgii-0.9.0-gcc34.patch new file mode 100644 index 000000000000..19fe70df5f25 --- /dev/null +++ b/media-libs/libgii/files/libgii-0.9.0-gcc34.patch @@ -0,0 +1,10 @@ +--- gg/ptsched.c.old 2005-03-28 10:20:21.000000000 +0200 ++++ gg/ptsched.c 2005-03-28 10:20:45.000000000 +0200 +@@ -198,6 +198,7 @@ + } + pthread_cond_wait(&_gg_task_thread.tick, &_gg_task_thread.mtx); + skip: ++ ; + pthread_cleanup_pop(1); + if (done) return myid; + if (!_gg_task_thread.running) return myid; |