@@ -1,375 +0,0 @@
---- configure
-+++ configure
-@@ -1090,16 +1090,6 @@
- echores "$proc"
- ;;
-
-- ia64)
-- _def_arch='#define ARCH_IA64 1'
-- _target_arch='TARGET_ARCH_IA64 = yes'
-- iproc='ia64'
-- proc=''
-- _march=''
-- _mcpu=''
-- _optimizing=''
-- ;;
--
- x86_64|amd64)
- _def_arch='#define ARCH_X86_64 1'
- _target_arch='TARGET_ARCH_X86_64 = yes'
-@@ -1227,7 +1217,7 @@
- echocheck "CPU type"
- case $system_name in
- Linux)
-- proc=`$_cpuinfo | grep 'cpu' | cut -d ':' -f 2 | cut -d ',' -f 1 | cut -b 2- | _head 1`
-+ proc=`$_cpuinfo | grep 'cpu' | cut -d ':' -f 2 | cut -d ',' -f 1 | cut -b 2- | sed 's/PPC//' | _head 1`
- if test -n "`$_cpuinfo | grep altivec`"; then
- _altivec=yes
- fi
-@@ -1371,6 +1361,16 @@
- fi
- ;;
-
-+ ia64)
-+ _def_arch='#define ARCH_IA64 1'
-+ _target_arch='TARGET_ARCH_IA64 = yes'
-+ _def_words_endian='#undef WORDS_BIGENDIAN'
-+ iproc='ia64'
-+ proc=''
-+ _march=''
-+ _mcpu=''
-+ ;;
-+
- mips)
- _def_arch='#define ARCH_SGI_MIPS 1'
- _target_arch='TARGET_ARCH_SGI_MIPS = yes'
-@@ -1423,6 +1423,7 @@
- s390x)
- _def_arch='#define ARCH_S390X 1'
- _target_arch='TARGET_ARCH_S390X = yes'
-+ _def_words_endian='#define WORDS_BIGENDIAN 1'
- iproc='390x'
- proc=''
- _march=''
-@@ -2259,7 +2260,7 @@
- else
- _res_comment="Upgrade binutils to ${_pref_as_version} ..."
- echores "failed"
-- die "obsolete binutils version"
-+ #die "obsolete binutils version"
- fi
-
- fi #if x86
---- libao2/ao_alsa.c
-+++ libao2/ao_alsa.c
-@@ -93,7 +93,7 @@
- }
-
- /* to set/get/query special features/parameters */
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- switch(cmd) {
- case AOCONTROL_QUERY_FORMAT:
---- libao2/ao_alsa5.c
-+++ libao2/ao_alsa5.c
-@@ -33,7 +33,7 @@
- static int alsa_rate = SND_PCM_RATE_CONTINUOUS;
-
- /* to set/get/query special features/parameters */
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- return(CONTROL_UNKNOWN);
- }
---- libao2/ao_arts.c
-+++ libao2/ao_arts.c
-@@ -35,7 +35,7 @@
-
- LIBAO_EXTERN(arts)
-
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- return(CONTROL_UNKNOWN);
- }
---- libao2/ao_dsound.c
-+++ libao2/ao_dsound.c
-@@ -383,7 +383,7 @@
- \param arg argument
- \return CONTROL_OK or -1 in case the command can't be handled
- */
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- DWORD volume;
- switch (cmd) {
---- libao2/ao_dxr2.c
-+++ libao2/ao_dxr2.c
-@@ -30,7 +30,7 @@
- extern int dxr2_fd;
-
- // to set/get/query special features/parameters
--static int control(int cmd,void *arg){
-+static long control(int cmd,void *arg){
- switch(cmd){
- case AOCONTROL_GET_VOLUME:
- if(dxr2_fd > 0) {
---- libao2/ao_esd.c
-+++ libao2/ao_esd.c
-@@ -72,7 +72,7 @@
- /*
- * to set/get/query special features/parameters
- */
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- esd_player_info_t *esd_pi;
- esd_info_t *esd_i;
---- libao2/ao_jack.c
-+++ libao2/ao_jack.c
-@@ -153,7 +153,7 @@
-
- // end ring buffer stuff
-
--static int control(int cmd, void *arg) {
-+static long control(int cmd, void *arg) {
- return CONTROL_UNKNOWN;
- }
-
---- libao2/ao_macosx.c
-+++ libao2/ao_macosx.c
-@@ -170,7 +170,7 @@
- return noErr;
- }
-
--static int control(int cmd,void *arg){
-+static long control(int cmd,void *arg){
- switch (cmd) {
- case AOCONTROL_SET_DEVICE:
- case AOCONTROL_GET_DEVICE:
---- libao2/ao_mpegpes.c
-+++ libao2/ao_mpegpes.c
-@@ -63,7 +63,7 @@
-
-
- // to set/get/query special features/parameters
--static int control(int cmd,void *arg){
-+static long control(int cmd,void *arg){
- #ifdef HAVE_DVB
- switch(cmd){
- case AOCONTROL_GET_VOLUME:
---- libao2/ao_nas.c
-+++ libao2/ao_nas.c
-@@ -347,7 +347,7 @@
- }
-
- // to set/get/query special features/parameters
--static int control(int cmd, void *arg)
-+static long control(int cmd, void *arg)
- {
- AuElementParameters aep;
- AuStatus as;
---- libao2/ao_null.c
-+++ libao2/ao_null.c
-@@ -42,7 +42,7 @@
- }
-
- // to set/get/query special features/parameters
--static int control(int cmd,void *arg){
-+static long control(int cmd,void *arg){
- return -1;
- }
-
---- libao2/ao_oss.c
-+++ libao2/ao_oss.c
-@@ -152,7 +152,7 @@
- static int oss_mixer_channel = SOUND_MIXER_PCM;
-
- // to set/get/query special features/parameters
--static int control(int cmd,void *arg){
-+static long control(int cmd,void *arg){
- switch(cmd){
- case AOCONTROL_SET_DEVICE:
- dsp=(char*)arg;
---- libao2/ao_pcm.c
-+++ libao2/ao_pcm.c
-@@ -73,7 +73,7 @@
- static FILE *fp = NULL;
-
|