pkgsrc/comms/spandsp/patches/patch-aa
rodent 45251e3280 Updated to latest pre-release, 0.0.6pre21. No ChangeLog. pkgsrc changes:
Commented 2/3 patches. Added gsed to USE_TOOLS. Buildlink'd pthread. Added
fortran77 to USE_LANGUAGES. Included options.mk file to enable the user to
build with mmx, sse, and "tests" option, which uses pcap, X11, sndfile,
libxml2, fltk, and fftw to run some tests. All of these options are
disabled by default. Some of these changes were already present in
wip/spandsp and were merged into this package after its removal. All
PKG_OPTIONS are disabled by default. There are no noticeable changes to
the package from this update.
2013-06-09 22:36:12 +00:00

24 lines
506 B
Text

$NetBSD: patch-aa,v 1.2 2013/06/09 22:36:12 rodent Exp $
Fix portability failure.
--- configure.orig 2011-02-06 01:41:29.000000000 +0000
+++ configure
@@ -26914,7 +26914,7 @@ fi
done
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
for ac_header in X11/X.h
@@ -28544,7 +28544,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)