diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 10:50:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 10:50:04 +0000 |
commit | 8e36d137388cd3493825eff2b298dec85afd16e4 (patch) | |
tree | 7a574b9e0a7e1bf35b6d4120fdd4700010a1c81f /audio/ecasound | |
parent | c3ca2684da7b74cb31afc21c1780115b50ff2deb (diff) | |
download | ports-8e36d137388cd3493825eff2b298dec85afd16e4.tar.gz ports-8e36d137388cd3493825eff2b298dec85afd16e4.zip |
Notes
Diffstat (limited to 'audio/ecasound')
-rw-r--r-- | audio/ecasound/files/patch-configure.in | 14 |
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 000000000000..5131c96767ca --- /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 ------------------------------------------------------------------ |