--- ./src/plugins/esd/ao_esd.c Fri Sep 21 10:18:58 2001 +++ ../libao-0.8.3/./src/plugins/esd/ao_esd.c Sat Oct 5 01:34:06 2002 @@ -61,7 +61,7 @@ int sock; /* don't wake up the beast while detecting */ - setenv("ESD_NO_SPAWN", "1", 1); + putenv("ESD_NO_SPAWN=1"); sock = esd_open_sound(NULL); if (sock < 0) return 0; --- ./src/ao_private.h Mon Dec 17 09:06:50 2001 +++ ../libao-0.8.3/./src/ao_private.h Sat Oct 5 01:34:06 2002 @@ -51,7 +51,7 @@ /* --- Constants --- */ #ifndef AO_SYSTEM_CONFIG -#define AO_SYSTEM_CONFIG "/etc/libao.conf" +#define AO_SYSTEM_CONFIG "/usr/freeware/etc/libao.conf" #endif #ifndef AO_USER_CONFIG #define AO_USER_CONFIG "/.libao" --- ./ltmain.sh Tue Jul 2 13:12:16 2002 +++ ../libao-0.8.3/./ltmain.sh Sat Oct 5 01:35:02 2002 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f"