summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-12-17 12:20:34 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-12-17 12:20:34 +0000
commit07580122910a342ab6f3e9f4fa3314b01147ebe2 (patch)
treee7f6ba41a34c51f1ce951c75204e666d13e9a25f /app-text/uvconv/files
parentVersion bump (diff)
downloadgentoo-2-07580122910a342ab6f3e9f4fa3314b01147ebe2.tar.gz
gentoo-2-07580122910a342ab6f3e9f4fa3314b01147ebe2.tar.bz2
gentoo-2-07580122910a342ab6f3e9f4fa3314b01147ebe2.zip
Fixed gcc 4.3 issue, bug #250755. Added ~amd64. Clean up ebuild.
(Portage version: 2.1.6/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'app-text/uvconv/files')
-rw-r--r--app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
new file mode 100644
index 000000000000..900bfa90740a
--- /dev/null
+++ b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
@@ -0,0 +1,10 @@
+--- uvconv.orig/uvconvert/uvconvert.cpp 2004-07-26 05:19:18.000000000 +0900
++++ uvconv/uvconvert/uvconvert.cpp 2008-12-17 17:57:23.000000000 +0900
+@@ -19,6 +19,7 @@
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ --------------------------------------------------------------------------------*/
+
++#include <cstring>
+ #include "prehdr.h"
+ #include "vnconv.h"
+