summaryrefslogtreecommitdiff
path: root/package/tmsnc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/tmsnc
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/tmsnc')
-rw-r--r--package/tmsnc/patches/patch-Makefile97
-rw-r--r--package/tmsnc/patches/patch-config_log439
-rw-r--r--package/tmsnc/patches/patch-config_status101
-rw-r--r--package/tmsnc/patches/patch-configure14
-rw-r--r--package/tmsnc/patches/patch-doc_Makefile97
-rw-r--r--package/tmsnc/patches/patch-src_Makefile101
-rw-r--r--package/tmsnc/patches/patch-src_config_h12
-rw-r--r--package/tmsnc/patches/patch-src_config_h_in12
8 files changed, 512 insertions, 361 deletions
diff --git a/package/tmsnc/patches/patch-Makefile b/package/tmsnc/patches/patch-Makefile
index c0be7120d..a676d0fe9 100644
--- a/package/tmsnc/patches/patch-Makefile
+++ b/package/tmsnc/patches/patch-Makefile
@@ -1,18 +1,27 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- tmsnc-0.3.2.orig/Makefile 2006-10-17 13:14:22.000000000 +0200
-+++ tmsnc-0.3.2/Makefile 2009-06-02 01:13:53.000000000 +0200
++++ tmsnc-0.3.2/Makefile 2012-07-26 13:54:39.000000000 +0200
+@@ -21,7 +21,7 @@ pkglibdir = $(libdir)/tmsnc
+ pkgincludedir = $(includedir)/tmsnc
+ top_builddir = .
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+-INSTALL = /usr/bin/install -c
++INSTALL = /Volumes/adk/openadk/scripts/install -c
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
@@ -33,8 +33,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-+build_triplet = x86_64-pc-linux-gnu
-+host_triplet = i586-pc-linux-gnu
++build_triplet = i686-apple-darwin10
++host_triplet = mipsel-openadk-linux-gnu
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in \
$(top_srcdir)/autopackage/default.apspec.in \
-@@ -76,21 +76,21 @@ DIST_ARCHIVES = $(distdir).tar.gz
+@@ -76,41 +76,41 @@ DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
@@ -31,39 +40,47 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-CPPFLAGS =
-CURSES_INCLUDEDIR =
-CURSES_LIBS = -lncurses -lpanel -lform
-+ACLOCAL = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
++ACLOCAL = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
+AMDEP_FALSE =
+AMDEP_TRUE = #
-+AMTAR = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
-+AUTOCONF = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
-+AUTOHEADER = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
-+AUTOMAKE = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
++AMTAR = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
++AUTOCONF = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
++AUTOHEADER = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
++AUTOMAKE = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
+AWK = gawk
-+CC = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++CC = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
+CCDEPMODE = depmode=none
-+CFLAGS = -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all
-+CPP = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
-+CPPFLAGS = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG
-+CURSES_INCLUDEDIR = -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
-+CURSES_LIBS = -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform
++CFLAGS = -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe
++CPP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E
++CPPFLAGS = -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++CURSES_INCLUDEDIR = -I/Volumes/adk/openadk/target_mipsel_uclibc/include
++CURSES_LIBS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
-@@ -104,13 +104,13 @@ INSTALL_DATA = ${INSTALL} -m 644
+ ECHO_C =
+ ECHO_N = -n
+ ECHO_T =
+-EGREP = /bin/grep -E
++EGREP = /usr/bin/grep -E
+ EXEEXT =
+-GREP = /bin/grep
++GREP = /usr/bin/grep
+ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
-LDFLAGS =
-LIBICONV =
-+LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
-+LIBICONV = /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LDFLAGS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
++LIBICONV = /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LIBOBJS =
LIBS =
-LTLIBICONV =
-+LTLIBICONV = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LTLIBICONV = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/jonas/tmsnc/missing --run makeinfo
-+MAKEINFO = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
++MAKEINFO = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
OBJEXT = o
OPENSSL_FALSE = #
OPENSSL_TRUE =
@@ -76,9 +93,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-SSLLIB = -lssl -lcrypto
-STRIP =
+SHELL = /bin/bash
-+SSLINC = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include
-+SSLLIB = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto
-+STRIP = i586-linux-strip
++SSLINC = -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++SSLLIB = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto
++STRIP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip
TALKFILTERS_FALSE =
TALKFILTERS_TRUE = #
TFLIB =
@@ -94,16 +111,18 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
- bindir = ${exec_prefix}/bin
+-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias =
--build_cpu = i686
-+build = x86_64-pc-linux-gnu
-+build_alias = x86_64-linux-gnu
-+build_cpu = x86_64
- build_os = linux-gnu
- build_vendor = pc
++bindir = /usr/bin
++build = i686-apple-darwin10
++build_alias = i686-apple-darwin10
+ build_cpu = i686
+-build_os = linux-gnu
+-build_vendor = pc
-datadir = ${datarootdir}
++build_os = darwin10
++build_vendor = apple
+datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
@@ -112,25 +131,27 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-host = i686-pc-linux-gnu
-host_alias =
-host_cpu = i686
-+host = i586-pc-linux-gnu
-+host_alias = i586-linux
-+host_cpu = i586
++host = mipsel-openadk-linux-gnu
++host_alias = mipsel-openadk-linux
++host_cpu = mipsel
host_os = linux-gnu
- host_vendor = pc
+-host_vendor = pc
++host_vendor = openadk
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = /home/jonas/tmsnc/install-sh
-+install_sh = /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
++install_sh = /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-+libexecdir = /usr/sbin
++libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
+-mkdir_p = mkdir -p --
+localstatedir = /var
+mandir = /usr/share/man
- mkdir_p = mkdir -p --
++mkdir_p = $(mkinstalldirs)
oldincludedir = /usr/include
pdfdir = ${docdir}
-prefix = /usr/local
@@ -143,7 +164,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-sysconfdir = ${prefix}/etc
-target_alias =
+sysconfdir = /etc
-+target_alias = i586-linux
++target_alias = mipsel-openadk-linux
tmsnc_VERSION = 0.3.2
AUTOMAKE_OPTIONS = no-dependencies
SUBDIRS = src doc
diff --git a/package/tmsnc/patches/patch-config_log b/package/tmsnc/patches/patch-config_log
index 519c7681e..21661b7ce 100644
--- a/package/tmsnc/patches/patch-config_log
+++ b/package/tmsnc/patches/patch-config_log
@@ -1,12 +1,12 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- tmsnc-0.3.2.orig/config.log 2006-10-17 13:14:23.000000000 +0200
-+++ tmsnc-0.3.2/config.log 2009-06-02 01:13:54.000000000 +0200
-@@ -4,22 +4,22 @@ running configure, to aid debugging if c
++++ tmsnc-0.3.2/config.log 2012-07-26 13:54:40.000000000 +0200
+@@ -4,34 +4,52 @@ running configure, to aid debugging if c
It was created by configure, which was
generated by GNU Autoconf 2.60a. Invocation command line was
- $ ./configure
-+ $ /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure --build=x86_64-linux-gnu --host=i586-linux --target=i586-linux --program-prefix= --program-suffix= --prefix=/usr --datadir=/usr/share --mandir=/usr/share/man --libexecdir=/usr/sbin --localstatedir=/var --sysconfdir=/etc --disable-nls --enable-shared --enable-static --disable-dependency-tracking --disable-libtool-lock --disable-debug --enable-ipv6 --with-libiconv-prefix=/home/wbx/alix1c/openadk/cross_i586/target/usr --with-openssl=/home/wbx/alix1c/openadk/cross_i586/target/usr --with-ncurses=/home/wbx/alix1c/openadk/cross_i586/target
++ $ /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure --build=i686-apple-darwin10 --host=mipsel-openadk-linux --target=mipsel-openadk-linux --program-prefix= --program-suffix= --prefix=/usr --bindir=/usr/bin --datadir=/usr/share --mandir=/usr/share/man --libexecdir=/usr/libexec --localstatedir=/var --sysconfdir=/etc --enable-shared --enable-static --disable-dependency-tracking --disable-libtool-lock --disable-nls --with-libiconv-prefix=/Volumes/adk/openadk/target_mipsel_uclibc/usr --with-openssl=/Volumes/adk/openadk/target_mipsel_uclibc/usr --with-ncurses=/Volumes/adk/openadk/target_mipsel_uclibc
## --------- ##
## Platform. ##
@@ -15,36 +15,63 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-hostname = prophet
-uname -m = i686
-uname -r = 2.6.18-mactel
-+hostname = natrium
-+uname -m = x86_64
-+uname -r = 2.6.26-2-amd64
- uname -s = Linux
+-uname -s = Linux
-uname -v = #1 SMP Tue Oct 10 12:17:51 CEST 2006
-+uname -v = #1 SMP Fri Mar 27 04:02:59 UTC 2009
++hostname = neon.localdomain
++uname -m = i386
++uname -r = 10.8.0
++uname -s = Darwin
++uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
- /usr/bin/uname -p = unknown
+-/usr/bin/uname -p = unknown
++/usr/bin/uname -p = i386
/bin/uname -X = unknown
-/bin/arch = i686
+/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
-@@ -27,10 +27,12 @@ uname -v = #1 SMP Tue Oct 10 12:17:51 CE
+-/usr/bin/hostinfo = unknown
++/usr/bin/hostinfo = Mach kernel version:
++ Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
++Kernel configured for up to 2 processors.
++2 processors are physically available.
++2 processors are logically available.
++Processor type: i486 (Intel 80486)
++Processors active: 0 1
++Primary memory available: 4.00 gigabytes
++Default processor set: 87 tasks, 378 threads, 2 processors
++Load average: 1.56, Mach factor: 0.88
+ /bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
-+PATH: /home/wbx/alix1c/openadk/scripts
-+PATH: /home/wbx/alix1c/openadk/cross_i586/host/bin
-+PATH: /home/wbx/alix1c/openadk/cross_i586/target/scripts
- PATH: /usr/local/bin
+-PATH: /usr/local/bin
++PATH: /Volumes/adk/openadk/scripts
++PATH: /Volumes/adk/openadk/bin/tools
++PATH: /Volumes/adk/openadk/host_mipsel_uclibc/bin
++PATH: /Volumes/adk/openadk/host_mipsel_uclibc/usr/bin
++PATH: /Volumes/adk/openadk/target_mipsel_uclibc/scripts
++PATH: /opt/local/bin
++PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
-PATH: /usr/bin/X11
- PATH: /usr/games
+-PATH: /usr/games
++PATH: /usr/sbin
++PATH: /sbin
++PATH: /usr/local/bin
++PATH: /usr/local/MacGPG2/bin
++PATH: /usr/X11/bin
-@@ -43,87 +45,85 @@ configure:1845: result: /usr/bin/install
+ ## ----------- ##
+@@ -39,73 +57,74 @@ PATH: /usr/games
+ ## ----------- ##
+
+ configure:1789: checking for a BSD-compatible install
+-configure:1845: result: /usr/bin/install -c
++configure:1845: result: /Volumes/adk/openadk/scripts/install -c
configure:1856: checking whether build environment is sane
configure:1899: result: yes
configure:1964: checking for gawk
@@ -52,49 +79,51 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-configure:1964: checking for mawk
-configure:1980: found /usr/bin/mawk
-configure:1991: result: mawk
--configure:2002: checking whether make sets $(MAKE)
-+configure:1980: found /usr/bin/gawk
++configure:1980: found /opt/local/bin/gawk
+configure:1991: result: gawk
-+configure:2002: checking whether /usr/bin/make sets $(MAKE)
+ configure:2002: checking whether make sets $(MAKE)
configure:2023: result: yes
-configure:2258: checking for gcc
-configure:2274: found /usr/bin/gcc
-configure:2285: result: gcc
-+configure:2099: checking for i586-linux-strip
-+configure:2115: found /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-strip
-+configure:2126: result: i586-linux-strip
-+configure:2218: checking for i586-linux-gcc
-+configure:2245: result: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++configure:2099: checking for mipsel-openadk-linux-strip
++configure:2126: result: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip
++configure:2218: checking for mipsel-openadk-linux-gcc
++configure:2245: result: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
configure:2523: checking for C compiler version
-configure:2530: gcc --version >&5
-gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
-Copyright (C) 2006 Free Software Foundation, Inc.
-+configure:2530: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc --version >&5
-+i586-linux-gnu-gcc (GCC) 4.4.0
-+Copyright (C) 2009 Free Software Foundation, Inc.
++configure:2530: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc --version >&5
++mipsel-openadk-linux-uclibc-gcc (GCC) 4.6.3
++Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2533: $? = 0
-configure:2540: gcc -v >&5
-+configure:2540: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -v >&5
++configure:2540: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -v >&5
Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
-+Target: i586-linux-gnu
-+Configured with: /home/wbx/alix1c/openadk/toolchain_build_i586/gcc-4.4.0/configure --prefix=/home/wbx/alix1c/openadk/cross_i586/host --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i586-linux-gnu --with-gmp=/home/wbx/alix1c/openadk/cross_i586/host --with-mpfr=/home/wbx/alix1c/openadk/cross_i586/host --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --without-headers --disable-libmudflap --disable-libgomp --disable-biarch --disable-multilib --disable-nls --enable-libssp --enable-languages=c,c++ --with-sysroot=/home/wbx/alix1c/openadk/cross_i586/target --with-slibdir=/home/wbx/alix1c/openadk/cross_i586/target/lib --enable-shared
++COLLECT_GCC=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
++COLLECT_LTO_WRAPPER=/Volumes/adk/openadk/host_mipsel_uclibc/libexec/gcc/mipsel-openadk-linux-uclibc/4.6.3/lto-wrapper
++Target: mipsel-openadk-linux-uclibc
++Configured with: /Volumes/adk/openadk/toolchain_build_mipsel_uclibc/w-gcc-4.6.3-1/gcc-4.6.3/configure --prefix=/Volumes/adk/openadk/host_mipsel_uclibc --build=i686-apple-darwin10 --host=i686-apple-darwin10 --target=mipsel-openadk-linux-uclibc --with-gmp=/Volumes/adk/openadk/host_mipsel_uclibc --with-mpfr=/Volumes/adk/openadk/host_mipsel_uclibc --with-libelf=/Volumes/adk/openadk/host_mipsel_uclibc --disable-__cxa_atexit --with-gnu-ld --disable-multilib --disable-libmudflap --disable-libgomp --disable-decimal-float --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --disable-sjlj-exceptions --disable-biarch --enable-libssp --enable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/Volumes/adk/openadk/host_mipsel_uclibc/../target_mipsel_uclibc' --with-slibdir=/Volumes/adk/openadk/target_mipsel_uclibc/lib --enable-shared
Thread model: posix
-gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
-+gcc version 4.4.0 (GCC)
++gcc version 4.6.3 (GCC)
configure:2543: $? = 0
-configure:2550: gcc -V >&5
-gcc: '-V' option must have argument
-+configure:2550: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -V >&5
-+i586-linux-gnu-gcc: '-V' option must have argument
++configure:2550: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -V >&5
++mipsel-openadk-linux-uclibc-gcc: error: unrecognized option '-V'
++mipsel-openadk-linux-uclibc-gcc: fatal error: no input files
++compilation terminated.
configure:2553: $? = 1
configure:2576: checking for C compiler default output file name
-configure:2603: gcc conftest.c >&5
-+configure:2603: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c >&5
++configure:2603: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c >&5
configure:2606: $? = 0
configure:2644: result: a.out
configure:2661: checking whether the C compiler works
@@ -106,17 +135,17 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+configure:2700: result: yes
configure:2703: checking for suffix of executables
-configure:2710: gcc -o conftest conftest.c >&5
-+configure:2710: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c >&5
++configure:2710: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c >&5
configure:2713: $? = 0
configure:2737: result:
configure:2743: checking for suffix of object files
-configure:2769: gcc -c conftest.c >&5
-+configure:2769: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:2769: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:2772: $? = 0
configure:2795: result: o
configure:2799: checking whether we are using the GNU C compiler
-configure:2828: gcc -c conftest.c >&5
-+configure:2828: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:2828: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:2834: $? = 0
configure:2841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2844: $? = 0
@@ -125,8 +154,8 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
configure:2868: result: yes
-configure:2873: checking whether gcc accepts -g
-configure:2903: gcc -c -g conftest.c >&5
-+configure:2873: checking whether /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc accepts -g
-+configure:2903: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -g -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:2873: checking whether /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc accepts -g
++configure:2903: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -g -DNDEBUG conftest.c >&5
configure:2909: $? = 0
configure:2916: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2919: $? = 0
@@ -135,55 +164,65 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
configure:3059: result: yes
-configure:3076: checking for gcc option to accept ISO C89
-configure:3150: gcc -c -g -O2 conftest.c >&5
-+configure:3076: checking for /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc option to accept ISO C89
-+configure:3150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:3076: checking for /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc option to accept ISO C89
++configure:3150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:3156: $? = 0
configure:3163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3166: $? = 0
- configure:3173: test -s conftest.o
- configure:3176: $? = 0
+@@ -114,17 +133,18 @@ configure:3176: $? = 0
configure:3196: result: none needed
--configure:3225: checking for style of include used by make
-+configure:3225: checking for style of include used by /usr/bin/make
+ configure:3225: checking for style of include used by make
configure:3253: result: GNU
-configure:3281: checking dependency style of gcc
-configure:3371: result: gcc3
-+configure:3281: checking dependency style of /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++configure:3281: checking dependency style of /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
+configure:3371: result: none
configure:3401: checking for a BSD-compatible install
- configure:3457: result: /usr/bin/install -c
--configure:3468: checking whether make sets $(MAKE)
-+configure:3468: checking whether /usr/bin/make sets $(MAKE)
+-configure:3457: result: /usr/bin/install -c
++configure:3457: result: /Volumes/adk/openadk/scripts/install -c
+ configure:3468: checking whether make sets $(MAKE)
configure:3489: result: yes
configure:3506: checking how to run the C preprocessor
-configure:3546: gcc -E conftest.c
-+configure:3546: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c
++configure:3546: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E -DNDEBUG conftest.c
configure:3552: $? = 0
-configure:3590: gcc -E conftest.c
-+configure:3590: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c
- conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
+-conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
++configure:3590: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E -DNDEBUG conftest.c
++conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
++compilation terminated.
configure:3596: $? = 1
configure: failed program was:
-@@ -137,10 +137,10 @@ configure: failed program was:
+ | /* confdefs.h. */
+@@ -137,11 +157,12 @@ configure: failed program was:
| #define VERSION "0.3.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
-configure:3636: result: gcc -E
-configure:3665: gcc -E conftest.c
-+configure:3636: result: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
-+configure:3665: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c
++configure:3636: result: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E
++configure:3665: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E -DNDEBUG conftest.c
configure:3671: $? = 0
-configure:3709: gcc -E conftest.c
-+configure:3709: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c
- conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
+-conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
++configure:3709: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E -DNDEBUG conftest.c
++conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
++compilation terminated.
configure:3715: $? = 1
configure: failed program was:
-@@ -159,19 +159,15 @@ configure:3834: result: /bin/grep
+ | /* confdefs.h. */
+@@ -155,23 +176,19 @@ configure: failed program was:
+ | /* end confdefs.h. */
+ | #include <ac_nonexistent.h>
+ configure:3760: checking for grep that handles long lines and -e
+-configure:3834: result: /bin/grep
++configure:3834: result: /usr/bin/grep
configure:3839: checking for egrep
- configure:3917: result: /bin/grep -E
+-configure:3917: result: /bin/grep -E
++configure:3917: result: /usr/bin/grep -E
configure:3922: checking for ANSI C header files
-configure:3952: gcc -c -g -O2 conftest.c >&5
-+configure:3952: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:3952: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:3958: $? = 0
configure:3965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3968: $? = 0
@@ -196,133 +235,133 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
configure:4103: result: yes
configure:4129: checking for sys/types.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -179,7 +175,7 @@ configure:4173: test -s conftest.o
+@@ -179,7 +196,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for sys/stat.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -187,7 +183,7 @@ configure:4173: test -s conftest.o
+@@ -187,7 +204,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for stdlib.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -195,7 +191,7 @@ configure:4173: test -s conftest.o
+@@ -195,7 +212,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for string.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -203,7 +199,7 @@ configure:4173: test -s conftest.o
+@@ -203,7 +220,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for memory.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -211,7 +207,7 @@ configure:4173: test -s conftest.o
+@@ -211,7 +228,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for strings.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -219,7 +215,7 @@ configure:4173: test -s conftest.o
+@@ -219,7 +236,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for inttypes.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -227,7 +223,7 @@ configure:4173: test -s conftest.o
+@@ -227,7 +244,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for stdint.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -235,7 +231,7 @@ configure:4173: test -s conftest.o
+@@ -235,7 +252,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4129: checking for unistd.h
-configure:4150: gcc -c -g -O2 conftest.c >&5
-+configure:4150: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4150: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4156: $? = 0
configure:4163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4166: $? = 0
-@@ -243,7 +239,7 @@ configure:4173: test -s conftest.o
+@@ -243,7 +260,7 @@ configure:4173: test -s conftest.o
configure:4176: $? = 0
configure:4189: result: yes
configure:4201: checking for pid_t
-configure:4231: gcc -c -g -O2 conftest.c >&5
-+configure:4231: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4231: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4237: $? = 0
configure:4244: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4247: $? = 0
-@@ -251,7 +247,7 @@ configure:4254: test -s conftest.o
+@@ -251,7 +268,7 @@ configure:4254: test -s conftest.o
configure:4257: $? = 0
configure:4269: result: yes
configure:4281: checking for size_t
-configure:4311: gcc -c -g -O2 conftest.c >&5
-+configure:4311: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4311: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4317: $? = 0
configure:4324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4327: $? = 0
-@@ -259,7 +255,7 @@ configure:4334: test -s conftest.o
+@@ -259,7 +276,7 @@ configure:4334: test -s conftest.o
configure:4337: $? = 0
configure:4349: result: yes
configure:4361: checking whether time.h and sys/time.h may both be included
-configure:4391: gcc -c -g -O2 conftest.c >&5
-+configure:4391: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4391: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4397: $? = 0
configure:4404: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4407: $? = 0
-@@ -267,7 +263,7 @@ configure:4414: test -s conftest.o
+@@ -267,7 +284,7 @@ configure:4414: test -s conftest.o
configure:4417: $? = 0
configure:4429: result: yes
configure:4439: checking whether struct tm is in sys/time.h or time.h
-configure:4467: gcc -c -g -O2 conftest.c >&5
-+configure:4467: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:4467: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG conftest.c >&5
configure:4473: $? = 0
configure:4480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4483: $? = 0
-@@ -275,7 +271,7 @@ configure:4490: test -s conftest.o
+@@ -275,7 +292,7 @@ configure:4490: test -s conftest.o
configure:4493: $? = 0
configure:4505: result: time.h
configure:4516: checking for library containing gethostbyname
-configure:4557: gcc -o conftest -g -O2 conftest.c >&5
-+configure:4557: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c >&5
++configure:4557: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c >&5
configure:4563: $? = 0
configure:4570: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4573: $? = 0
-@@ -283,17 +279,15 @@ configure:4580: test -s conftest
+@@ -283,17 +300,15 @@ configure:4580: test -s conftest
configure:4583: $? = 0
configure:4607: result: none required
configure:4615: checking for socket
-configure:4671: gcc -o conftest -g -O2 conftest.c >&5
-+configure:4671: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c >&5
++configure:4671: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c >&5
configure:4677: $? = 0
configure:4684: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4687: $? = 0
@@ -333,42 +372,43 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-configure:5092: result: Found ncurses on /usr/include/ncurses.h
configure:5367: checking for use_default_colors
-configure:5423: gcc -o conftest -g -O2 conftest.c -lncurses >&5
-+configure:5423: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses >&5
++configure:5423: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses >&5
configure:5429: $? = 0
configure:5436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5439: $? = 0
-@@ -301,7 +295,7 @@ configure:5446: test -s conftest
+@@ -301,7 +316,7 @@ configure:5446: test -s conftest
configure:5449: $? = 0
configure:5463: result: yes
configure:5367: checking for resizeterm
-configure:5423: gcc -o conftest -g -O2 conftest.c -lncurses >&5
-+configure:5423: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses >&5
++configure:5423: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses >&5
configure:5429: $? = 0
configure:5436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5439: $? = 0
-@@ -309,7 +303,7 @@ configure:5446: test -s conftest
+@@ -309,7 +324,7 @@ configure:5446: test -s conftest
configure:5449: $? = 0
configure:5463: result: yes
configure:5367: checking for resize_term
-configure:5423: gcc -o conftest -g -O2 conftest.c -lncurses >&5
-+configure:5423: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses >&5
++configure:5423: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses >&5
configure:5429: $? = 0
configure:5436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5439: $? = 0
-@@ -317,9 +311,9 @@ configure:5446: test -s conftest
+@@ -317,9 +332,10 @@ configure:5446: test -s conftest
configure:5449: $? = 0
configure:5463: result: yes
configure:5367: checking for wadd_wch
-configure:5423: gcc -o conftest -g -O2 conftest.c -lncurses >&5
-/tmp/cciXPB1b.o: In function `main':
-/home/jonas/tmsnc/conftest.c:60: undefined reference to `wadd_wch'
-+configure:5423: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses >&5
-+/tmp/ccezoIMb.o: In function `main':
-+conftest.c:(.text+0x1d): undefined reference to `wadd_wch'
++configure:5423: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses >&5
++/var/folders/v7/v7rUSnywE5SYxctWLsie4++++TI/-Tmp-//ccPE2bt6.o: In function `main':
++conftest.c:(.text.startup+0xc): undefined reference to `wadd_wch'
++conftest.c:(.text.startup+0x18): undefined reference to `wadd_wch'
collect2: ld returned 1 exit status
configure:5429: $? = 1
configure: failed program was:
-@@ -342,8 +336,8 @@ configure: failed program was:
+@@ -342,8 +358,8 @@ configure: failed program was:
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
@@ -378,20 +418,20 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
| #define HAVE_USE_DEFAULT_COLORS 1
| #define HAVE_RESIZETERM 1
| #define HAVE_RESIZE_TERM 1
-@@ -388,25 +382,71 @@ configure: failed program was:
+@@ -388,25 +404,74 @@ configure: failed program was:
| }
configure:5463: result: no
configure:5515: checking build system type
-configure:5533: result: i686-pc-linux-gnu
-+configure:5533: result: x86_64-pc-linux-gnu
++configure:5533: result: i686-apple-darwin10
configure:5555: checking host system type
-configure:5570: result: i686-pc-linux-gnu
-+configure:5570: result: i586-pc-linux-gnu
++configure:5570: result: mipsel-openadk-linux-gnu
configure:5616: checking for ld used by GCC
-configure:5680: result: /usr/bin/ld
-configure:5689: checking if the linker (/usr/bin/ld) is GNU ld
-+configure:5680: result: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-ld
-+configure:5689: checking if the linker (/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-ld) is GNU ld
++configure:5680: result: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-ld
++configure:5689: checking if the linker (/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-ld) is GNU ld
configure:5702: result: yes
configure:5709: checking for shared library run path origin
configure:5722: result: done
@@ -402,11 +442,14 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-configure:6200: $? = 0
-configure:6207: test -s conftest
-configure:6210: $? = 0
-+configure:6184: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c >&5
-+/tmp/ccwM6z8w.o: In function `main':
-+conftest.c:(.text+0x28): undefined reference to `libiconv_open'
-+conftest.c:(.text+0x3d): undefined reference to `libiconv'
-+conftest.c:(.text+0x46): undefined reference to `libiconv_close'
++configure:6184: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c >&5
++/var/folders/v7/v7rUSnywE5SYxctWLsie4++++TI/-Tmp-//ccM3dqcv.o: In function `main':
++conftest.c:(.text.startup+0x10): undefined reference to `libiconv_open'
++conftest.c:(.text.startup+0x24): undefined reference to `libiconv_open'
++conftest.c:(.text.startup+0x34): undefined reference to `libiconv'
++conftest.c:(.text.startup+0x48): undefined reference to `libiconv'
++conftest.c:(.text.startup+0x58): undefined reference to `libiconv_close'
++conftest.c:(.text.startup+0x60): undefined reference to `libiconv_close'
+collect2: ld returned 1 exit status
+configure:6190: $? = 1
+configure: failed program was:
@@ -446,7 +489,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+| ;
+| return 0;
+| }
-+configure:6249: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib >&5
++configure:6249: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib >&5
+configure:6255: $? = 0
+configure:6262: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:6265: $? = 0
@@ -454,28 +497,28 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+configure:6275: $? = 0
configure:6292: result: yes
+configure:6302: checking how to link with libiconv
-+configure:6304: result: /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++configure:6304: result: /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
configure:6315: checking for iconv declaration
-configure:6354: gcc -c -g -O2 conftest.c >&5
-+configure:6354: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -c -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG conftest.c >&5
++configure:6354: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -c -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include conftest.c >&5
configure:6360: $? = 0
configure:6367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6370: $? = 0
-@@ -415,10 +455,10 @@ configure:6380: $? = 0
+@@ -415,10 +480,10 @@ configure:6380: $? = 0
configure:6396: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:6424: checking for openssl
-configure:6494: result: yes
-+configure:6447: result: /home/wbx/alix1c/openadk/cross_i586/target/usr
++configure:6447: result: /Volumes/adk/openadk/target_mipsel_uclibc/usr
configure:6521: checking for gtf_filter_warez in -ltalkfilters
-configure:6556: gcc -o conftest -g -O2 conftest.c -ltalkfilters >&5
-/usr/bin/ld: cannot find -ltalkfilters
-+configure:6556: /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -o conftest -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib conftest.c -ltalkfilters >&5
-+/home/wbx/alix1c/openadk/cross_i586/host/lib/gcc/i586-linux-gnu/4.4.0/../../../../i586-linux-gnu/bin/ld: cannot find -ltalkfilters
++configure:6556: /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -o conftest -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib conftest.c -ltalkfilters >&5
++/Volumes/adk/openadk/host_mipsel_uclibc/lib/gcc/mipsel-openadk-linux-uclibc/4.6.3/../../../../mipsel-openadk-linux-uclibc/bin/ld: cannot find -ltalkfilters
collect2: ld returned 1 exit status
configure:6562: $? = 1
configure: failed program was:
-@@ -441,8 +481,8 @@ configure: failed program was:
+@@ -441,8 +506,8 @@ configure: failed program was:
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
@@ -485,12 +528,12 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
| #define HAVE_USE_DEFAULT_COLORS 1
| #define HAVE_RESIZETERM 1
| #define HAVE_RESIZE_TERM 1
-@@ -481,37 +521,40 @@ generated by GNU Autoconf 2.60a. Invoca
+@@ -481,37 +546,40 @@ generated by GNU Autoconf 2.60a. Invoca
CONFIG_COMMANDS =
$ ./config.status
-on prophet
-+on natrium
++on neon.localdomain
config.status:646: creating Makefile
config.status:646: creating doc/Makefile
@@ -505,7 +548,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
## ---------------- ##
-ac_cv_build=i686-pc-linux-gnu
-+ac_cv_build=x86_64-pc-linux-gnu
++ac_cv_build=i686-apple-darwin10
ac_cv_c_compiler_gnu=yes
-ac_cv_env_CC_set=
-ac_cv_env_CC_value=
@@ -514,11 +557,11 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-ac_cv_env_CPPFLAGS_set=
-ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CC_set=set
-+ac_cv_env_CC_value=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++ac_cv_env_CC_value=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
+ac_cv_env_CFLAGS_set=set
-+ac_cv_env_CFLAGS_value='-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all'
++ac_cv_env_CFLAGS_value='-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe'
+ac_cv_env_CPPFLAGS_set=set
-+ac_cv_env_CPPFLAGS_value='-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG'
++ac_cv_env_CPPFLAGS_value=-DNDEBUG
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
-ac_cv_env_LDFLAGS_set=
@@ -530,49 +573,48 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-ac_cv_env_target_alias_set=
-ac_cv_env_target_alias_value=
+ac_cv_env_LDFLAGS_set=set
-+ac_cv_env_LDFLAGS_value='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib'
++ac_cv_env_LDFLAGS_value='-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib'
+ac_cv_env_build_alias_set=set
-+ac_cv_env_build_alias_value=x86_64-linux-gnu
++ac_cv_env_build_alias_value=i686-apple-darwin10
+ac_cv_env_host_alias_set=set
-+ac_cv_env_host_alias_value=i586-linux
++ac_cv_env_host_alias_value=mipsel-openadk-linux
+ac_cv_env_target_alias_set=set
-+ac_cv_env_target_alias_value=i586-linux
++ac_cv_env_target_alias_value=mipsel-openadk-linux
+ac_cv_func_malloc_0_nonnull=yes
+ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_resize_term=yes
ac_cv_func_resizeterm=yes
ac_cv_func_socket=yes
-@@ -528,18 +571,19 @@ ac_cv_header_sys_stat_h=yes
+@@ -528,15 +596,16 @@ ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
-ac_cv_host=i686-pc-linux-gnu
-+ac_cv_host=i586-pc-linux-gnu
++ac_cv_host=mipsel-openadk-linux-gnu
ac_cv_lib_talkfilters_gtf_filter_warez=no
ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_install='/usr/bin/install -c'
+-ac_cv_path_EGREP='/bin/grep -E'
+-ac_cv_path_GREP=/bin/grep
+-ac_cv_path_install='/usr/bin/install -c'
-ac_cv_prog_AWK=mawk
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_ac_ct_CC=gcc
++ac_cv_path_EGREP='/usr/bin/grep -E'
++ac_cv_path_GREP=/usr/bin/grep
++ac_cv_path_install='/Volumes/adk/openadk/scripts/install -c'
+ac_cv_prog_AWK=gawk
-+ac_cv_prog_CC=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
-+ac_cv_prog_CPP='/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E'
-+ac_cv_prog_STRIP=i586-linux-strip
++ac_cv_prog_CC=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
++ac_cv_prog_CPP='/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E'
++ac_cv_prog_STRIP=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
--ac_cv_prog_make_make_set=yes
-+ac_cv_prog_make__usr_bin_make_set=yes
- ac_cv_search_gethostbyname='none required'
- ac_cv_struct_tm=time.h
- ac_cv_type_pid_t=yes
-@@ -549,14 +593,14 @@ acl_cv_hardcode_libdir_flag_spec='${wl}-
+ ac_cv_prog_make_make_set=yes
+@@ -549,14 +618,14 @@ acl_cv_hardcode_libdir_flag_spec='${wl}-
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
-acl_cv_path_LD=/usr/bin/ld
-+acl_cv_path_LD=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-ld
++acl_cv_path_LD=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
@@ -585,7 +627,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
-@@ -564,22 +608,22 @@ am_cv_proto_iconv_arg1=
+@@ -564,42 +633,42 @@ am_cv_proto_iconv_arg1=
## Output variables. ##
## ----------------- ##
@@ -605,44 +647,52 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-CPPFLAGS=''
-CURSES_INCLUDEDIR=''
-CURSES_LIBS='-lncurses -lpanel -lform'
-+ACLOCAL='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9'
++ACLOCAL='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9'
+AMDEPBACKSLASH=''
+AMDEP_FALSE=''
+AMDEP_TRUE='#'
-+AMTAR='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar'
-+AUTOCONF='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf'
-+AUTOHEADER='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader'
-+AUTOMAKE='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9'
++AMTAR='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar'
++AUTOCONF='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf'
++AUTOHEADER='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader'
++AUTOMAKE='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9'
+AWK='gawk'
-+CC='/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc'
++CC='/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc'
+CCDEPMODE='depmode=none'
-+CFLAGS='-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all'
-+CPP='/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E'
-+CPPFLAGS='-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG'
-+CURSES_INCLUDEDIR='-I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES'
-+CURSES_LIBS=' -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform'
++CFLAGS='-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe'
++CPP='/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E'
++CPPFLAGS='-DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include'
++CURSES_INCLUDEDIR='-I/Volumes/adk/openadk/target_mipsel_uclibc/include'
++CURSES_LIBS=' -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
-@@ -593,13 +637,13 @@ INSTALL_DATA='${INSTALL} -m 644'
+ ECHO_C=''
+ ECHO_N='-n'
+ ECHO_T=''
+-EGREP='/bin/grep -E'
++EGREP='/usr/bin/grep -E'
+ EXEEXT=''
+-GREP='/bin/grep'
++GREP='/usr/bin/grep'
+ INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
-LDFLAGS=''
-LIBICONV=''
-+LDFLAGS='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib'
-+LIBICONV='/home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib'
++LDFLAGS='-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib'
++LIBICONV='/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib'
LIBOBJS=''
LIBS=''
-LTLIBICONV=''
-+LTLIBICONV='-L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib'
++LTLIBICONV='-L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib'
LTLIBOBJS=''
-MAKEINFO='${SHELL} /home/jonas/tmsnc/missing --run makeinfo'
-+MAKEINFO='${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo'
++MAKEINFO='${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo'
OBJEXT='o'
OPENSSL_FALSE='#'
OPENSSL_TRUE=''
-@@ -611,57 +655,57 @@ PACKAGE_TARNAME=''
+@@ -611,57 +680,57 @@ PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
@@ -651,9 +701,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-SSLLIB='-lssl -lcrypto'
-STRIP=''
+SHELL='/bin/bash'
-+SSLINC='-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include'
-+SSLLIB='-L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto'
-+STRIP='i586-linux-strip'
++SSLINC='-I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include'
++SSLLIB='-L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto'
++STRIP='/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip'
TALKFILTERS_FALSE=''
TALKFILTERS_TRUE='#'
TFLIB=''
@@ -669,16 +719,18 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
- bindir='${exec_prefix}/bin'
+-bindir='${exec_prefix}/bin'
-build='i686-pc-linux-gnu'
-build_alias=''
--build_cpu='i686'
-+build='x86_64-pc-linux-gnu'
-+build_alias='x86_64-linux-gnu'
-+build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='pc'
++bindir='/usr/bin'
++build='i686-apple-darwin10'
++build_alias='i686-apple-darwin10'
+ build_cpu='i686'
+-build_os='linux-gnu'
+-build_vendor='pc'
-datadir='${datarootdir}'
++build_os='darwin10'
++build_vendor='apple'
+datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
@@ -687,25 +739,27 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-host='i686-pc-linux-gnu'
-host_alias=''
-host_cpu='i686'
-+host='i586-pc-linux-gnu'
-+host_alias='i586-linux'
-+host_cpu='i586'
++host='mipsel-openadk-linux-gnu'
++host_alias='mipsel-openadk-linux'
++host_cpu='mipsel'
host_os='linux-gnu'
- host_vendor='pc'
+-host_vendor='pc'
++host_vendor='openadk'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
-install_sh='/home/jonas/tmsnc/install-sh'
-+install_sh='/home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh'
++install_sh='/Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh'
libdir='${exec_prefix}/lib'
-libexecdir='${exec_prefix}/libexec'
-+libexecdir='/usr/sbin'
++libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
-localstatedir='${prefix}/var'
-mandir='${datarootdir}/man'
+-mkdir_p='mkdir -p --'
+localstatedir='/var'
+mandir='/usr/share/man'
- mkdir_p='mkdir -p --'
++mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
-prefix='/usr/local'
@@ -718,11 +772,11 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-sysconfdir='${prefix}/etc'
-target_alias=''
+sysconfdir='/etc'
-+target_alias='i586-linux'
++target_alias='mipsel-openadk-linux'
tmsnc_VERSION='0.3.2'
## ----------- ##
-@@ -686,8 +730,8 @@ tmsnc_VERSION='0.3.2'
+@@ -686,8 +755,8 @@ tmsnc_VERSION='0.3.2'
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
@@ -732,25 +786,12 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
#define HAVE_USE_DEFAULT_COLORS 1
#define HAVE_RESIZETERM 1
#define HAVE_RESIZE_TERM 1
-@@ -696,21 +740,3 @@ tmsnc_VERSION='0.3.2'
- #define HAVE_OPENSSL 1
+@@ -710,7 +779,6 @@ generated by GNU Autoconf 2.60a. Invoca
+ CONFIG_COMMANDS =
+ $ ./config.status src/config.h
- configure: exit 0
--
--## ---------------------- ##
--## Running config.status. ##
--## ---------------------- ##
--
--This file was extended by config.status, which was
--generated by GNU Autoconf 2.60a. Invocation command line was
--
-- CONFIG_FILES =
-- CONFIG_HEADERS =
-- CONFIG_LINKS =
-- CONFIG_COMMANDS =
-- $ ./config.status src/config.h
--
-on prophet
--
--config.status:646: creating src/config.h
++on neon.localdomain
+
+ config.status:646: creating src/config.h
-config.status:875: src/config.h is unchanged
diff --git a/package/tmsnc/patches/patch-config_status b/package/tmsnc/patches/patch-config_status
index 36bd2d279..42973cc70 100644
--- a/package/tmsnc/patches/patch-config_status
+++ b/package/tmsnc/patches/patch-config_status
@@ -1,6 +1,6 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- tmsnc-0.3.2.orig/config.status 2006-10-17 13:14:22.000000000 +0200
-+++ tmsnc-0.3.2/config.status 2009-06-02 01:13:53.000000000 +0200
++++ tmsnc-0.3.2/config.status 2012-07-26 13:54:39.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
@@ -16,35 +16,38 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
-@@ -321,14 +321,14 @@ Report bugs to <bug-autoconf@gnu.org>."
+@@ -321,16 +321,16 @@ Report bugs to <bug-autoconf@gnu.org>."
ac_cs_version="\
config.status
-configured by ./configure, generated by GNU Autoconf 2.60a,
- with options \"\"
-+configured by /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure, generated by GNU Autoconf 2.60a,
-+ with options \"'--build=x86_64-linux-gnu' '--host=i586-linux' '--target=i586-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/sbin' '--localstatedir=/var' '--sysconfdir=/etc' '--disable-nls' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-debug' '--enable-ipv6' '--with-libiconv-prefix=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-openssl=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-ncurses=/home/wbx/alix1c/openadk/cross_i586/target' 'build_alias=x86_64-linux-gnu' 'host_alias=i586-linux' 'target_alias=i586-linux' 'CC=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc' 'CFLAGS=-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all' 'LDFLAGS=-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib' 'CPPFLAGS=-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG'\"
++configured by /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure, generated by GNU Autoconf 2.60a,
++ with options \"'--build=i686-apple-darwin10' '--host=mipsel-openadk-linux' '--target=mipsel-openadk-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--bindir=/usr/bin' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sysconfdir=/etc' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-nls' '--with-libiconv-prefix=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-openssl=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-ncurses=/Volumes/adk/openadk/target_mipsel_uclibc' 'build_alias=i686-apple-darwin10' 'host_alias=mipsel-openadk-linux' 'target_alias=mipsel-openadk-linux' 'CC=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc' 'CFLAGS=-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe' 'LDFLAGS=-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib' 'CPPFLAGS=-DNDEBUG'\"
Copyright (C) 2006 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/jonas/tmsnc'
-+ac_pwd='/home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2'
++ac_pwd='/Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2'
srcdir='.'
- INSTALL='/usr/bin/install -c'
+-INSTALL='/usr/bin/install -c'
++INSTALL='/Volumes/adk/openadk/scripts/install -c'
# If no file are specified by the user, then we need to provide default
+ # value. By we need to know if files were specified by the user.
+ ac_need_defaults=:
@@ -396,10 +396,10 @@ if $ac_cs_silent; then
fi
if $ac_cs_recheck; then
- echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
- CONFIG_SHELL=/bin/sh
-+ echo "running CONFIG_SHELL=/bin/bash /bin/bash /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure " '--build=x86_64-linux-gnu' '--host=i586-linux' '--target=i586-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/sbin' '--localstatedir=/var' '--sysconfdir=/etc' '--disable-nls' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-debug' '--enable-ipv6' '--with-libiconv-prefix=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-openssl=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-ncurses=/home/wbx/alix1c/openadk/cross_i586/target' 'build_alias=x86_64-linux-gnu' 'host_alias=i586-linux' 'target_alias=i586-linux' 'CC=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc' 'CFLAGS=-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all' 'LDFLAGS=-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib' 'CPPFLAGS=-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG' $ac_configure_extra_args " --no-create --no-recursion" >&6
++ echo "running CONFIG_SHELL=/bin/bash /bin/bash /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure " '--build=i686-apple-darwin10' '--host=mipsel-openadk-linux' '--target=mipsel-openadk-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--bindir=/usr/bin' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sysconfdir=/etc' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-nls' '--with-libiconv-prefix=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-openssl=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-ncurses=/Volumes/adk/openadk/target_mipsel_uclibc' 'build_alias=i686-apple-darwin10' 'host_alias=mipsel-openadk-linux' 'target_alias=mipsel-openadk-linux' 'CC=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc' 'CFLAGS=-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe' 'LDFLAGS=-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib' 'CPPFLAGS=-DNDEBUG' $ac_configure_extra_args " --no-create --no-recursion" >&6
+ CONFIG_SHELL=/bin/bash
export CONFIG_SHELL
- exec /bin/sh "./configure" $ac_configure_extra_args --no-create --no-recursion
-+ exec /bin/bash "/home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure" '--build=x86_64-linux-gnu' '--host=i586-linux' '--target=i586-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/sbin' '--localstatedir=/var' '--sysconfdir=/etc' '--disable-nls' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-debug' '--enable-ipv6' '--with-libiconv-prefix=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-openssl=/home/wbx/alix1c/openadk/cross_i586/target/usr' '--with-ncurses=/home/wbx/alix1c/openadk/cross_i586/target' 'build_alias=x86_64-linux-gnu' 'host_alias=i586-linux' 'target_alias=i586-linux' 'CC=/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc' 'CFLAGS=-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all' 'LDFLAGS=-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib' 'CPPFLAGS=-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG' $ac_configure_extra_args --no-create --no-recursion
++ exec /bin/bash "/Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/configure" '--build=i686-apple-darwin10' '--host=mipsel-openadk-linux' '--target=mipsel-openadk-linux' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--bindir=/usr/bin' '--datadir=/usr/share' '--mandir=/usr/share/man' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sysconfdir=/etc' '--enable-shared' '--enable-static' '--disable-dependency-tracking' '--disable-libtool-lock' '--disable-nls' '--with-libiconv-prefix=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-openssl=/Volumes/adk/openadk/target_mipsel_uclibc/usr' '--with-ncurses=/Volumes/adk/openadk/target_mipsel_uclibc' 'build_alias=i686-apple-darwin10' 'host_alias=mipsel-openadk-linux' 'target_alias=mipsel-openadk-linux' 'CC=/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc' 'CFLAGS=-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe' 'LDFLAGS=-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib' 'CPPFLAGS=-DNDEBUG' $ac_configure_extra_args --no-create --no-recursion
fi
exec 5>>config.log
@@ -72,12 +75,13 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
s,@exec_prefix@,|#_!!_#|${prefix},g
-s,@prefix@,|#_!!_#|/usr/local,g
-s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
+-s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
+s,@prefix@,|#_!!_#|/usr,g
+s,@program_transform_name@,|#_!!_#|s\&$$\&\&;s\&^\&\&,g
- s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
++s,@bindir@,|#_!!_#|/usr/bin,g
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
-s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
-+s,@libexecdir@,|#_!!_#|/usr/sbin,g
++s,@libexecdir@,|#_!!_#|/usr/libexec,g
s,@datarootdir@,|#_!!_#|${prefix}/share,g
-s,@datadir@,|#_!!_#|${datarootdir},g
-s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
@@ -103,9 +107,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-s,@build_alias@,|#_!!_#|,g
-s,@host_alias@,|#_!!_#|,g
-s,@target_alias@,|#_!!_#|,g
-+s,@build_alias@,|#_!!_#|x86_64-linux-gnu,g
-+s,@host_alias@,|#_!!_#|i586-linux,g
-+s,@target_alias@,|#_!!_#|i586-linux,g
++s,@build_alias@,|#_!!_#|i686-apple-darwin10,g
++s,@host_alias@,|#_!!_#|mipsel-openadk-linux,g
++s,@target_alias@,|#_!!_#|mipsel-openadk-linux,g
s,@tmsnc_VERSION@,|#_!!_#|0.3.2,g
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
@@ -120,21 +124,22 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-s,@MAKEINFO@,|#_!!_#|${SHELL} /home/jonas/tmsnc/missing --run makeinfo,g
-s,@install_sh@,|#_!!_#|/home/jonas/tmsnc/install-sh,g
-s,@STRIP@,|#_!!_#|,g
-+s,@ACLOCAL@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9,g
-+s,@AUTOCONF@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf,g
-+s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9,g
-+s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader,g
-+s,@MAKEINFO@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo,g
-+s,@install_sh@,|#_!!_#|/home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh,g
-+s,@STRIP@,|#_!!_#|i586-linux-strip,g
++s,@ACLOCAL@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9,g
++s,@AUTOCONF@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf,g
++s,@AUTOMAKE@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9,g
++s,@AUTOHEADER@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader,g
++s,@MAKEINFO@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo,g
++s,@install_sh@,|#_!!_#|/Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh,g
++s,@STRIP@,|#_!!_#|/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip,g
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
- s,@mkdir_p@,|#_!!_#|mkdir -p --,g
+-s,@mkdir_p@,|#_!!_#|mkdir -p --,g
-s,@AWK@,|#_!!_#|mawk,g
++s,@mkdir_p@,|#_!!_#|$(mkinstalldirs),g
+s,@AWK@,|#_!!_#|gawk,g
s,@SET_MAKE@,|#_!!_#|,g
s,@am__leading_dot@,|#_!!_#|.,g
-s,@AMTAR@,|#_!!_#|${SHELL} /home/jonas/tmsnc/missing --run tar,g
-+s,@AMTAR@,|#_!!_#|${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar,g
++s,@AMTAR@,|#_!!_#|${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar,g
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
-s,@CC@,|#_!!_#|gcc,g
@@ -142,10 +147,10 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-s,@LDFLAGS@,|#_!!_#|,g
-s,@CPPFLAGS@,|#_!!_#|,g
-s,@ac_ct_CC@,|#_!!_#|gcc,g
-+s,@CC@,|#_!!_#|/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc,g
-+s,@CFLAGS@,|#_!!_#|-fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all,g
-+s,@LDFLAGS@,|#_!!_#|-Wl\,-O2 -Wl\,-rpath -Wl\,/usr/lib -Wl\,-rpath-link -Wl\,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib,g
-+s,@CPPFLAGS@,|#_!!_#|-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG,g
++s,@CC@,|#_!!_#|/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc,g
++s,@CFLAGS@,|#_!!_#|-fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe,g
++s,@LDFLAGS@,|#_!!_#|-L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl\,-O2 -Wl\,-rpath -Wl\,/usr/lib -Wl\,-rpath-link -Wl\,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib,g
++s,@CPPFLAGS@,|#_!!_#|-DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include,g
+s,@ac_ct_CC@,|#_!!_#|,g
s,@EXEEXT@,|#_!!_#|,g
s,@OBJEXT@,|#_!!_#|o,g
@@ -159,41 +164,45 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-s,@am__fastdepCC_TRUE@,|#_!!_#|,g
-s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
-s,@CPP@,|#_!!_#|gcc -E,g
+-s,@GREP@,|#_!!_#|/bin/grep,g
+-s,@EGREP@,|#_!!_#|/bin/grep -E,g
+-s,@CURSES_LIBS@,|#_!!_#|-lncurses -lpanel -lform,g
+-s,@CURSES_INCLUDEDIR@,|#_!!_#|,g
+-s,@build@,|#_!!_#|i686-pc-linux-gnu,g
+s,@AMDEP_TRUE@,|#_!!_#|#,g
+s,@AMDEP_FALSE@,|#_!!_#|,g
+s,@AMDEPBACKSLASH@,|#_!!_#|,g
+s,@CCDEPMODE@,|#_!!_#|depmode=none,g
+s,@am__fastdepCC_TRUE@,|#_!!_#|#,g
+s,@am__fastdepCC_FALSE@,|#_!!_#|,g
-+s,@CPP@,|#_!!_#|/home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E,g
- s,@GREP@,|#_!!_#|/bin/grep,g
- s,@EGREP@,|#_!!_#|/bin/grep -E,g
--s,@CURSES_LIBS@,|#_!!_#|-lncurses -lpanel -lform,g
--s,@CURSES_INCLUDEDIR@,|#_!!_#|,g
--s,@build@,|#_!!_#|i686-pc-linux-gnu,g
--s,@build_cpu@,|#_!!_#|i686,g
-+s,@CURSES_LIBS@,|#_!!_#| -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform,g
-+s,@CURSES_INCLUDEDIR@,|#_!!_#|-I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES,g
-+s,@build@,|#_!!_#|x86_64-pc-linux-gnu,g
-+s,@build_cpu@,|#_!!_#|x86_64,g
- s,@build_vendor@,|#_!!_#|pc,g
- s,@build_os@,|#_!!_#|linux-gnu,g
++s,@CPP@,|#_!!_#|/Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E,g
++s,@GREP@,|#_!!_#|/usr/bin/grep,g
++s,@EGREP@,|#_!!_#|/usr/bin/grep -E,g
++s,@CURSES_LIBS@,|#_!!_#| -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform,g
++s,@CURSES_INCLUDEDIR@,|#_!!_#|-I/Volumes/adk/openadk/target_mipsel_uclibc/include,g
++s,@build@,|#_!!_#|i686-apple-darwin10,g
+ s,@build_cpu@,|#_!!_#|i686,g
+-s,@build_vendor@,|#_!!_#|pc,g
+-s,@build_os@,|#_!!_#|linux-gnu,g
-s,@host@,|#_!!_#|i686-pc-linux-gnu,g
-s,@host_cpu@,|#_!!_#|i686,g
-+s,@host@,|#_!!_#|i586-pc-linux-gnu,g
-+s,@host_cpu@,|#_!!_#|i586,g
- s,@host_vendor@,|#_!!_#|pc,g
+-s,@host_vendor@,|#_!!_#|pc,g
++s,@build_vendor@,|#_!!_#|apple,g
++s,@build_os@,|#_!!_#|darwin10,g
++s,@host@,|#_!!_#|mipsel-openadk-linux-gnu,g
++s,@host_cpu@,|#_!!_#|mipsel,g
++s,@host_vendor@,|#_!!_#|openadk,g
s,@host_os@,|#_!!_#|linux-gnu,g
-s,@LIBICONV@,|#_!!_#|,g
-s,@LTLIBICONV@,|#_!!_#|,g
-+s,@LIBICONV@,|#_!!_#|/home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl\,-rpath -Wl\,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib,g
-+s,@LTLIBICONV@,|#_!!_#|-L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib,g
++s,@LIBICONV@,|#_!!_#|/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl\,-rpath -Wl\,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib,g
++s,@LTLIBICONV@,|#_!!_#|-L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib,g
s,@OPENSSL_TRUE@,|#_!!_#|,g
s,@OPENSSL_FALSE@,|#_!!_#|#,g
-s,@SSLINC@,|#_!!_#|,g
-s,@SSLLIB@,|#_!!_#|-lssl -lcrypto,g
-+s,@SSLINC@,|#_!!_#|-I/home/wbx/alix1c/openadk/cross_i586/target/usr/include,g
-+s,@SSLLIB@,|#_!!_#|-L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto,g
++s,@SSLINC@,|#_!!_#|-I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include,g
++s,@SSLLIB@,|#_!!_#|-L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto,g
s,@TALKFILTERS_TRUE@,|#_!!_#|#,g
s,@TALKFILTERS_FALSE@,|#_!!_#|,g
s,@TFLIB@,|#_!!_#|,g
diff --git a/package/tmsnc/patches/patch-configure b/package/tmsnc/patches/patch-configure
new file mode 100644
index 000000000..2482ecb5e
--- /dev/null
+++ b/package/tmsnc/patches/patch-configure
@@ -0,0 +1,14 @@
+--- tmsnc-0.3.2.orig/configure 2006-10-17 13:14:07.000000000 +0200
++++ tmsnc-0.3.2/configure 2012-07-26 14:02:27.000000000 +0200
+@@ -6112,11 +6112,6 @@ fi
+ done
+ fi
+ fi
+- if test "X$ltrpathdirs" != "X"; then
+- for found_dir in $ltrpathdirs; do
+- LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+- done
+- fi
+
+
+
diff --git a/package/tmsnc/patches/patch-doc_Makefile b/package/tmsnc/patches/patch-doc_Makefile
index 6e072edeb..7e36e43ac 100644
--- a/package/tmsnc/patches/patch-doc_Makefile
+++ b/package/tmsnc/patches/patch-doc_Makefile
@@ -1,18 +1,27 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- tmsnc-0.3.2.orig/doc/Makefile 2006-10-17 13:14:22.000000000 +0200
-+++ tmsnc-0.3.2/doc/Makefile 2009-06-02 01:13:54.000000000 +0200
++++ tmsnc-0.3.2/doc/Makefile 2012-07-26 13:54:39.000000000 +0200
+@@ -21,7 +21,7 @@ pkglibdir = $(libdir)/tmsnc
+ pkgincludedir = $(includedir)/tmsnc
+ top_builddir = ..
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+-INSTALL = /usr/bin/install -c
++INSTALL = /Volumes/adk/openadk/scripts/install -c
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
@@ -33,8 +33,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-+build_triplet = x86_64-pc-linux-gnu
-+host_triplet = i586-pc-linux-gnu
++build_triplet = i686-apple-darwin10
++host_triplet = mipsel-openadk-linux-gnu
subdir = doc
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -52,21 +52,21 @@ am__installdirs = "$(DESTDIR)$(man1dir)"
+@@ -52,41 +52,41 @@ am__installdirs = "$(DESTDIR)$(man1dir)"
NROFF = nroff
MANS = $(man_MANS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -31,39 +40,47 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-CPPFLAGS =
-CURSES_INCLUDEDIR =
-CURSES_LIBS = -lncurses -lpanel -lform
-+ACLOCAL = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
++ACLOCAL = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
+AMDEP_FALSE =
+AMDEP_TRUE = #
-+AMTAR = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
-+AUTOCONF = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
-+AUTOHEADER = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
-+AUTOMAKE = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
++AMTAR = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
++AUTOCONF = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
++AUTOHEADER = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
++AUTOMAKE = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
+AWK = gawk
-+CC = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++CC = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
+CCDEPMODE = depmode=none
-+CFLAGS = -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all
-+CPP = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
-+CPPFLAGS = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG
-+CURSES_INCLUDEDIR = -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
-+CURSES_LIBS = -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform
++CFLAGS = -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe
++CPP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E
++CPPFLAGS = -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++CURSES_INCLUDEDIR = -I/Volumes/adk/openadk/target_mipsel_uclibc/include
++CURSES_LIBS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
-@@ -80,13 +80,13 @@ INSTALL_DATA = ${INSTALL} -m 644
+ ECHO_C =
+ ECHO_N = -n
+ ECHO_T =
+-EGREP = /bin/grep -E
++EGREP = /usr/bin/grep -E
+ EXEEXT =
+-GREP = /bin/grep
++GREP = /usr/bin/grep
+ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
-LDFLAGS =
-LIBICONV =
-+LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
-+LIBICONV = /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LDFLAGS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
++LIBICONV = /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LIBOBJS =
LIBS =
-LTLIBICONV =
-+LTLIBICONV = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LTLIBICONV = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/jonas/tmsnc/missing --run makeinfo
-+MAKEINFO = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
++MAKEINFO = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
OBJEXT = o
OPENSSL_FALSE = #
OPENSSL_TRUE =
@@ -76,9 +93,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-SSLLIB = -lssl -lcrypto
-STRIP =
+SHELL = /bin/bash
-+SSLINC = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include
-+SSLLIB = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto
-+STRIP = i586-linux-strip
++SSLINC = -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++SSLLIB = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto
++STRIP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip
TALKFILTERS_FALSE =
TALKFILTERS_TRUE = #
TFLIB =
@@ -94,16 +111,18 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
- bindir = ${exec_prefix}/bin
+-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias =
--build_cpu = i686
-+build = x86_64-pc-linux-gnu
-+build_alias = x86_64-linux-gnu
-+build_cpu = x86_64
- build_os = linux-gnu
- build_vendor = pc
++bindir = /usr/bin
++build = i686-apple-darwin10
++build_alias = i686-apple-darwin10
+ build_cpu = i686
+-build_os = linux-gnu
+-build_vendor = pc
-datadir = ${datarootdir}
++build_os = darwin10
++build_vendor = apple
+datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
@@ -112,25 +131,27 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-host = i686-pc-linux-gnu
-host_alias =
-host_cpu = i686
-+host = i586-pc-linux-gnu
-+host_alias = i586-linux
-+host_cpu = i586
++host = mipsel-openadk-linux-gnu
++host_alias = mipsel-openadk-linux
++host_cpu = mipsel
host_os = linux-gnu
- host_vendor = pc
+-host_vendor = pc
++host_vendor = openadk
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = /home/jonas/tmsnc/install-sh
-+install_sh = /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
++install_sh = /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-+libexecdir = /usr/sbin
++libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
+-mkdir_p = mkdir -p --
+localstatedir = /var
+mandir = /usr/share/man
- mkdir_p = mkdir -p --
++mkdir_p = $(mkinstalldirs)
oldincludedir = /usr/include
pdfdir = ${docdir}
-prefix = /usr/local
@@ -143,7 +164,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-sysconfdir = ${prefix}/etc
-target_alias =
+sysconfdir = /etc
-+target_alias = i586-linux
++target_alias = mipsel-openadk-linux
tmsnc_VERSION = 0.3.2
man_MANS = tmsnc.1
EXTRA_DIST = tmsnc.1
diff --git a/package/tmsnc/patches/patch-src_Makefile b/package/tmsnc/patches/patch-src_Makefile
index f6ac328e1..a8766c810 100644
--- a/package/tmsnc/patches/patch-src_Makefile
+++ b/package/tmsnc/patches/patch-src_Makefile
@@ -1,18 +1,27 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- tmsnc-0.3.2.orig/src/Makefile 2006-10-17 13:14:22.000000000 +0200
-+++ tmsnc-0.3.2/src/Makefile 2009-06-02 01:13:54.000000000 +0200
++++ tmsnc-0.3.2/src/Makefile 2012-07-26 13:54:39.000000000 +0200
+@@ -23,7 +23,7 @@ pkglibdir = $(libdir)/tmsnc
+ pkgincludedir = $(includedir)/tmsnc
+ top_builddir = ..
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+-INSTALL = /usr/bin/install -c
++INSTALL = /Volumes/adk/openadk/scripts/install -c
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
@@ -35,8 +35,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-+build_triplet = x86_64-pc-linux-gnu
-+host_triplet = i586-pc-linux-gnu
++build_triplet = i686-apple-darwin10
++host_triplet = mipsel-openadk-linux-gnu
bin_PROGRAMS = tmsnc$(EXEEXT)
subdir = src
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
-@@ -74,21 +74,21 @@ HEADERS = $(noinst_HEADERS)
+@@ -74,41 +74,41 @@ HEADERS = $(noinst_HEADERS)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -31,39 +40,47 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-CPPFLAGS =
-CURSES_INCLUDEDIR =
-CURSES_LIBS = -lncurses -lpanel -lform
-+ACLOCAL = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
++ACLOCAL = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
+AMDEP_FALSE =
+AMDEP_TRUE = #
-+AMTAR = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
-+AUTOCONF = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
-+AUTOHEADER = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
-+AUTOMAKE = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
++AMTAR = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
++AUTOCONF = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
++AUTOHEADER = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
++AUTOMAKE = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
+AWK = gawk
-+CC = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
++CC = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc
+CCDEPMODE = depmode=none
-+CFLAGS = -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all
-+CPP = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
-+CPPFLAGS = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG
-+CURSES_INCLUDEDIR = -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
-+CURSES_LIBS = -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform
++CFLAGS = -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe
++CPP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-gcc -E
++CPPFLAGS = -DNDEBUG -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++CURSES_INCLUDEDIR = -I/Volumes/adk/openadk/target_mipsel_uclibc/include
++CURSES_LIBS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
-@@ -102,13 +102,13 @@ INSTALL_DATA = ${INSTALL} -m 644
+ ECHO_C =
+ ECHO_N = -n
+ ECHO_T =
+-EGREP = /bin/grep -E
++EGREP = /usr/bin/grep -E
+ EXEEXT =
+-GREP = /bin/grep
++GREP = /usr/bin/grep
+ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
-LDFLAGS =
-LIBICONV =
-+LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
-+LIBICONV = /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LDFLAGS = -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
++LIBICONV = /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LIBOBJS =
LIBS =
-LTLIBICONV =
-+LTLIBICONV = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
++LTLIBICONV = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/jonas/tmsnc/missing --run makeinfo
-+MAKEINFO = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
++MAKEINFO = ${SHELL} /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
OBJEXT = o
OPENSSL_FALSE = #
OPENSSL_TRUE =
@@ -76,9 +93,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-SSLLIB = -lssl -lcrypto
-STRIP =
+SHELL = /bin/bash
-+SSLINC = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include
-+SSLLIB = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto
-+STRIP = i586-linux-strip
++SSLINC = -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include
++SSLLIB = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto
++STRIP = /Volumes/adk/openadk/host_mipsel_uclibc/bin/mipsel-openadk-linux-uclibc-strip
TALKFILTERS_FALSE =
TALKFILTERS_TRUE = #
TFLIB =
@@ -94,16 +111,18 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
- bindir = ${exec_prefix}/bin
+-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias =
--build_cpu = i686
-+build = x86_64-pc-linux-gnu
-+build_alias = x86_64-linux-gnu
-+build_cpu = x86_64
- build_os = linux-gnu
- build_vendor = pc
++bindir = /usr/bin
++build = i686-apple-darwin10
++build_alias = i686-apple-darwin10
+ build_cpu = i686
+-build_os = linux-gnu
+-build_vendor = pc
-datadir = ${datarootdir}
++build_os = darwin10
++build_vendor = apple
+datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
@@ -112,25 +131,27 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-host = i686-pc-linux-gnu
-host_alias =
-host_cpu = i686
-+host = i586-pc-linux-gnu
-+host_alias = i586-linux
-+host_cpu = i586
++host = mipsel-openadk-linux-gnu
++host_alias = mipsel-openadk-linux
++host_cpu = mipsel
host_os = linux-gnu
- host_vendor = pc
+-host_vendor = pc
++host_vendor = openadk
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = /home/jonas/tmsnc/install-sh
-+install_sh = /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
++install_sh = /Volumes/adk/openadk/build_qemu_mipsel_uclibc/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-+libexecdir = /usr/sbin
++libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
+-mkdir_p = mkdir -p --
+localstatedir = /var
+mandir = /usr/share/man
- mkdir_p = mkdir -p --
++mkdir_p = $(mkinstalldirs)
oldincludedir = /usr/include
pdfdir = ${docdir}
-prefix = /usr/local
@@ -143,12 +164,12 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
-sysconfdir = ${prefix}/etc
-target_alias =
+sysconfdir = /etc
-+target_alias = i586-linux
++target_alias = mipsel-openadk-linux
tmsnc_VERSION = 0.3.2
-LDADD = -lssl -lcrypto -lncurses -lpanel -lform
-INCLUDES =
-+LDADD = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
-+INCLUDES = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
++LDADD = -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -lssl -lcrypto -L/Volumes/adk/openadk/target_mipsel_uclibc/lib -lncurses -lpanel -lform /Volumes/adk/openadk/target_mipsel_uclibc/usr/lib/libiconv.so -Wl,-rpath -Wl,/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -L/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib -liconv -R/Volumes/adk/openadk/target_mipsel_uclibc/usr/lib
++INCLUDES = -I/Volumes/adk/openadk/target_mipsel_uclibc/usr/include -I/Volumes/adk/openadk/target_mipsel_uclibc/include
AM_CFLAGS = -Wall
tmsnc_SOURCES = misc.c main.c conf.c login.c sig.c menu.c ui.c list.c charset.c core_misc.c core_net.c core_ssl.c core_p2p.c dialog.c filters.c event.c debug.c
noinst_HEADERS = misc.h main.h conf.h login.h sig.h menu.h ui.h list.h charset.h core_misc.h core_net.h core_ssl.h core_p2p.h core.h dialog.h filters.h event.h
diff --git a/package/tmsnc/patches/patch-src_config_h b/package/tmsnc/patches/patch-src_config_h
new file mode 100644
index 000000000..ab9397553
--- /dev/null
+++ b/package/tmsnc/patches/patch-src_config_h
@@ -0,0 +1,12 @@
+--- tmsnc-0.3.2.orig/src/config.h 2006-10-17 13:14:22.000000000 +0200
++++ tmsnc-0.3.2/src/config.h 2012-07-26 13:54:40.000000000 +0200
+@@ -79,6 +79,9 @@
+ /* Define to the one symbol short name of this package. */
+ #define PACKAGE_TARNAME ""
+
++/* Define to the home page for this package. */
++/* #undef PACKAGE_URL */
++
+ /* Define to the version of this package. */
+ #define PACKAGE_VERSION ""
+
diff --git a/package/tmsnc/patches/patch-src_config_h_in b/package/tmsnc/patches/patch-src_config_h_in
new file mode 100644
index 000000000..3c13a07fe
--- /dev/null
+++ b/package/tmsnc/patches/patch-src_config_h_in
@@ -0,0 +1,12 @@
+--- tmsnc-0.3.2.orig/src/config.h.in 2006-10-17 13:14:23.000000000 +0200
++++ tmsnc-0.3.2/src/config.h.in 2012-07-26 13:54:40.000000000 +0200
+@@ -78,6 +78,9 @@
+ /* Define to the one symbol short name of this package. */
+ #undef PACKAGE_TARNAME
+
++/* Define to the home page for this package. */
++#undef PACKAGE_URL
++
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+