mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ff837fa948
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>
24 lines
503 B
Plaintext
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)
|
|
|