Skip to content

Instantly share code, notes, and snippets.

diff -Naurb w3m-0.5.2.orig/main.c w3m-0.5.2/main.c
--- w3m-0.5.2.orig/main.c 2007-05-31 10:19:50.000000000 +0900
+++ w3m-0.5.2/main.c 2009-11-09 08:20:02.184953443 +0900
@@ -312,7 +312,11 @@
lock = 0;
}
}
+#if GC_VERSION_MAJOR >= 7 && GC_VERSION_MINOR >= 2
+ else if (orig_GC_warn_proc = GC_get_warn_proc())
+#else
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit elisp-common eutils mercurial toolchain-funcs
DESCRIPTION="The Go Programming Language"
HOMEPAGE="http://golang.org/"
SRC_URI=""
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.31-gentoo-r4
# Thu Nov 5 15:12:59 2009
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit python
DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
HOMEPAGE="http://github.com/ueno/ibus-skk"
# Japanese translations for Ruby on Rails
# by Akira Matsuda (ronnie@dio.jp)
# AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
ja:
date:
formats:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.
# You can provide other formats here if you like!
* QA Notice: Package has poor programming practices which may compile
* fine but exhibit random runtime failures.
* ../msgpack/unpack_template.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules
* ../msgpack/unpack_template.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules
* ../msgpack/pack_template.h:558: warning: dereferencing type-punned pointer will break strict-aliasing rules
* ../msgpack/pack_template.h:567: warning: dereferencing type-punned pointer will break strict-aliasing rules
* QA Notice: Package has poor programming practices which may compile
* fine but exhibit random runtime failures.
diff -Naur msgpack-0.4.1.orig/cpp/Makefile.am msgpack-0.4.1/cpp/Makefile.am
--- msgpack-0.4.1.orig/cpp/Makefile.am 2010-01-15 04:26:40.000000000 +0900
+++ msgpack-0.4.1/cpp/Makefile.am 2010-01-20 17:40:42.000000000 +0900
@@ -39,6 +39,6 @@
msgpack_test_SOURCES = test.cpp
msgpack_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp
-msgpack_test_LDFLAGS = libmsgpack.la -lgtest_main
+msgpack_test_LDADD = libmsgpack.la -lgtest_main
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils distutils perl-module toolchain-funcs
DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
HOMEPAGE="http://sourceforge.jp/projects/nkf/"
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Generic names -->
<alias>
<family>sans-serif</family>
<prefer>
<family>IPAPGothic</family>
<family>IPAGothic</family>
</prefer>
diff -Naur freetype-2.3.12.orig//src/autofit/afcjk.c freetype-2.3.12//src/autofit/afcjk.c
--- freetype-2.3.12.orig//src/autofit/afcjk.c 2009-08-01 01:45:18.000000000 +0900
+++ freetype-2.3.12//src/autofit/afcjk.c 2010-03-09 00:04:32.000000000 +0900
@@ -22,6 +22,9 @@
*
*/
+
+#include <assert.h>
+