freebsd-ports/comms/spandsp-devel/files/patch-configure.ac
Chris Rees 3b1d3c9f1e - Update to 0.0.6pre21
- While here, add OPTIONS

- Use gnomehack and patch configure.ac to stop excessive manual patching
2012-09-01 11:36:03 +00:00

10 lines
426 B
Text

--- configure.ac.orig 2012-09-01 12:05:10.795461874 +0100
+++ configure.ac 2012-09-01 12:05:47.473457036 +0100
@@ -194,7 +194,6 @@
AC_CHECK_HEADERS([string.h])
AC_CHECK_HEADERS([strings.h])
AC_CHECK_HEADERS([malloc.h])
-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"])
AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include <math.h>"])
AC_CHECK_HEADERS([float.h])
AC_CHECK_HEADERS([fcntl.h])