--- configure.orig Mon Jun 9 00:09:09 2003 +++ configure Sun Jun 15 09:49:49 2003 @@ -5504,7 +5504,7 @@ fi if test x"$with_sdl" = "xyes"; then - for ac_prog in sdl-config + for ac_prog in sdl11-config do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -9255,7 +9255,7 @@ -for ac_header in linux/soundcard.h machine/soundcard.h +for ac_header in linux/soundcard.h machine/soundcard.h sys/soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -9825,7 +9825,7 @@ if test x"$with_sdl" = "xyes"; then -for ac_header in SDL/SDL_audio.h +for ac_header in SDL_audio.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -10625,7 +10625,6 @@ fi if test x"$with_sdl" = "xyes"; then - LIBS="$LIBS `sdl-config --libs`" echo "$as_me:$LINENO: checking for SDL_OpenAudio in -lSDL" >&5 echo $ECHO_N "checking for SDL_OpenAudio in -lSDL... $ECHO_C" >&6 @@ -10633,7 +10632,8 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lSDL $SOUND_LIBS $LIBS" +LIBS="`sdl11-config --libs` $SOUND_LIBS $LIBS" +CPPFLAGS="`sld11-config --cflags` $CPPFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ @@ -10686,7 +10686,7 @@ #define HAVE_LIBSDL 1 _ACEOF - LIBS="-lSDL $LIBS" + LIBS="`sdl11-config --libs` $LIBS" fi @@ -10827,7 +10827,8 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesd $SOUND_LIBS $LIBS" +LIBS="`esd-config --libs` $SOUND_LIBS $LIBS" +CPPFLAGS="`esd-config --cflags` $CPPFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ @@ -10880,7 +10881,7 @@ #define HAVE_LIBESD 1 _ACEOF - LIBS="-lesd $LIBS" + LIBS="`esd-config --libs` $LIBS" fi --- src/config.h.in.orig Mon Jun 9 00:09:47 2003 +++ src/config.h.in Sun Jun 15 09:35:16 2003 @@ -200,6 +200,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MACHINE_SOUNDCARD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOUNDCARD_H + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE --- src/sound.c.orig Sat Jan 11 16:38:57 2003 +++ src/sound.c Fri Feb 14 03:21:39 2003 @@ -977,7 +977,7 @@ #if defined(USE_ARTS) sound_init_arts_device(); #endif -#if defined(HAVE_LINUX_SOUNDCARD_H) || defined(HAVE_MACHINE_SOUNDCARD_H) +#if defined(HAVE_LINUX_SOUNDCARD_H) || defined(HAVE_MACHINE_SOUNDCARD_H) || defined (HAVE_SYS_SOUNDCARD_H) sound_init_uss_device(); #endif #if defined(HAVE_ESD_H) && defined(HAVE_LIBESD) --- src/sounddrv/soundsdl.c.orig Sat Jan 12 21:35:58 2002 +++ src/sounddrv/soundsdl.c Fri Feb 14 03:13:41 2003 @@ -26,7 +26,7 @@ /* XXX: includes */ -#include +#include #include #include "vice.h" --- src/sounddrv/sounduss.c.orig Sun Sep 29 20:37:11 2002 +++ src/sounddrv/sounduss.c Fri Feb 14 03:17:42 2003 @@ -50,6 +50,9 @@ #if defined(HAVE_MACHINE_SOUNDCARD_H) #include #endif +#if defined(HAVE_SYS_SOUNDCARD_H) +#include +#endif static int uss_fd = -1; static int uss_8bit = 0; lliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-311-1/+1
* Flavorize and modernize Emacs portsjrm2018-02-021-2/+3
* Chase Emacs updateashish2017-09-121-1/+1
* Chase editors/emacs update to version 25.2jrm2017-04-291-0/+1
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
* - Resurrect lang/quack port, unbreak, and update to the latest version (0.47)danfe2015-08-154-0/+49
* 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-044-67/+0
* - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-201-0/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Mark BROKEN: size mismatcherwin2008-03-011-0/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
* - Update to 0.28.flz2005-12-012-5/+4
* BROKEN: Size mismatchkris2005-11-161-0/+2
* Mark broken on ia64lawrance2005-05-011-1/+7
* Unbreak: Update to 0.27vs2005-02-282-5/+3
* BROKEN: Size mismatchkris2005-02-281-0/+2
* - Reset maintainership to ports@FreeBSD.orgsergei2004-10-211-1/+1
* Update to 0.26vs2004-07-193-7/+8
* - Update to version 0.24krion2004-05-212-4/+3
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Update to version 0.23krion2003-11-132-2/+2