1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/yate/files/extra-patch-noalsa
Florian Smeets ff837fa948 - add a current version of yate (3.3.2p1). This is not a repocopy of
net/yate-devel as net/yate already existed in the repository.
- register in UIDs/GIDs (uses same UID/GID as yate-devel)

PR:		ports/156248
Submitted by:	Valeriy Komaorv <komarov@valerka.net>
2011-05-22 12:38:03 +00:00

24 lines
503 B
Plaintext

--- ./configure.in.orig 2011-04-13 18:04:28.000000000 +0400
+++ ./configure.in 2011-04-13 18:04:59.000000000 +0400
@@ -609,20 +609,6 @@
HAVE_ALSA=no
AC_MSG_CHECKING([for ALSA headers])
-AC_TRY_COMPILE([
-#if defined(__linux__)
-#include <linux/soundcard.h>
-#elif defined (__FreeBSD__)
-#include <sys/soundcard.h>
-#else
-#include <soundcard.h>
-#endif
-
-#define ALSA_PCM_NEW_HW_PARAMS_API
-#include <alsa/asoundlib.h>
-],[],
-HAVE_ALSA="yes"
-)
AC_MSG_RESULT([$HAVE_ALSA])
AC_SUBST(HAVE_ALSA)