summaryrefslogtreecommitdiffstats
path: root/audio/ecasound
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-21 10:50:04 +0000
committeredwin <edwin@FreeBSD.org>2002-11-21 10:50:04 +0000
commitca170616d54aa750215ef3f401a1112c24f7f203 (patch)
tree3bbda0ee2c2ba17677cd0fa9d4f55082aeeb8d06 /audio/ecasound
parentbde03c7e8c5f983852012dd4b42bed402019622e (diff)
downloadFreeBSD-ports-ca170616d54aa750215ef3f401a1112c24f7f203.zip
FreeBSD-ports-ca170616d54aa750215ef3f401a1112c24f7f203.tar.gz
Make audio/ecasound configuring and compiling again.
Noticed on: bento
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/files/patch-configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/ecasound/files/patch-configure.in b/audio/ecasound/files/patch-configure.in
new file mode 100644
index 0000000..5131c96
--- /dev/null
+++ b/audio/ecasound/files/patch-configure.in
@@ -0,0 +1,14 @@
+--- configure.in.orig Thu Nov 21 21:39:56 2002
++++ configure.in Thu Nov 21 21:40:12 2002
+@@ -374,9 +374,9 @@
+ AC_LANG_CPLUSPLUS
+ AC_HEADER_TIME
+ AC_CHECK_HEADERS(fcntl.h dlfcn.h sys/ioctl.h sys/time.h sys/resource.h sys/stat.h sys/wait.h signal.h sys/types.h sys/mman.h errno.h sched.h unistd.h inttypes.h asm/atomic.h ladspa.h)
+-AC_CHECK_HEADER(map.h,nostlmap=0,nostlmap=1)
++AC_CHECK_HEADER(map,nostlmap=0,nostlmap=1)
+ if test "x$nostlmap" = "x1" ; then
+- AC_MSG_ERROR([C++ header files not found! Searched for 'map.h' (STL).])
++ AC_MSG_ERROR([C++ header files not found! Searched for 'map' (STL).])
+ fi
+
+ dnl ------------------------------------------------------------------
OpenPOWER on IntegriCloud