diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-04 00:27:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-04 00:27:17 +0000 |
commit | 24c6ce1ebd31ec3fe07212454f298df595020549 (patch) | |
tree | a7328604854dfe9cb8d0d5b03666220b98c5c51f /app-i18n/xcin/files | |
parent | Switch to ssl-cert.eclass. (diff) | |
download | gentoo-2-24c6ce1ebd31ec3fe07212454f298df595020549.tar.gz gentoo-2-24c6ce1ebd31ec3fe07212454f298df595020549.tar.bz2 gentoo-2-24c6ce1ebd31ec3fe07212454f298df595020549.zip |
db3 and other cleanups
Diffstat (limited to 'app-i18n/xcin/files')
-rw-r--r-- | app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch b/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch new file mode 100644 index 000000000000..416e737df281 --- /dev/null +++ b/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch @@ -0,0 +1,13 @@ +diff -uNrbB xcin.bak/configure xcin/configure +--- xcin.bak/configure 2003-09-21 01:20:50.000000000 +0800 ++++ xcin/configure 2003-09-21 01:21:01.000000000 +0800 +@@ -7869,7 +7869,7 @@ + fi + + LIBS="$OLD_LIBS" +-for f in db db3; do ++for f in db db3 db-3; do + echo $ac_n "checking for db_create in -l$f""... $ac_c" 1>&6 + echo "configure:7875: checking for db_create in -l$f" >&5 + ac_lib_var=`echo $f'_'db_create | sed 'y%./+-%__p_%'` + |