diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-10-24 14:20:53 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-10-24 14:20:53 +0000 |
commit | b0383ab3b062c197a61e8fac4e99471c8202f8bd (patch) | |
tree | 808c0b7585583e45e307d332479c9a8b9ae17aa7 /app-i18n/xcin | |
parent | Adapted to gnome2 eclass (diff) | |
download | gentoo-2-b0383ab3b062c197a61e8fac4e99471c8202f8bd.tar.gz gentoo-2-b0383ab3b062c197a61e8fac4e99471c8202f8bd.tar.bz2 gentoo-2-b0383ab3b062c197a61e8fac4e99471c8202f8bd.zip |
forgot to commit the patch, damm
Diffstat (limited to 'app-i18n/xcin')
-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 |