diff options
Diffstat (limited to 'app-i18n/xcin/files/xcin-2.5.3_pre2/gentoo-xcin.patch')
-rw-r--r-- | app-i18n/xcin/files/xcin-2.5.3_pre2/gentoo-xcin.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-i18n/xcin/files/xcin-2.5.3_pre2/gentoo-xcin.patch b/app-i18n/xcin/files/xcin-2.5.3_pre2/gentoo-xcin.patch new file mode 100644 index 000000000000..02001d33b594 --- /dev/null +++ b/app-i18n/xcin/files/xcin-2.5.3_pre2/gentoo-xcin.patch @@ -0,0 +1,15 @@ +--- configure 2002-10-10 01:25:18.000000000 +0900 ++++ configure.new 2002-10-10 01:27:57.000000000 +0900 +@@ -938,9 +938,9 @@ + if test x$with_extra_prefix = x; then + with_extra_prefix=$prefix + fi +-if test x$with_extra_inc = x; then +- with_extra_inc="-I$with_extra_prefix/include" +-fi ++#if test x$with_extra_inc = x; then ++# with_extra_inc="-I$with_extra_prefix/include" ++#fi + if test x$with_extra_lib = x; then + with_extra_lib="$with_extra_prefix/lib" + fi |