Annotation of pkgsrc/devel/m4/patches/patch-configure, Revision 1.1
1.1 ! nia 1: $NetBSD$
! 2:
! 3: PR pkg/56498: "devel/m4" build fails on netbsd-9/sparc
! 4:
! 5: --- configure.orig 2021-05-28 18:49:43.000000000 +0000
! 6: +++ configure
! 7: @@ -8835,7 +8835,7 @@ rm -f core conftest.err conftest.$ac_obj
! 8: fi
! 9: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sparc_v8plus" >&5
! 10: printf "%s\n" "$gl_cv_sparc_v8plus" >&6; }
! 11: - if test $gl_cv_sparc_v8plus = no; then
! 12: + if test $gl_cv_sparc_v8plus != no; then
! 13: CC="$CC -mcpu=v9"
! 14: CXX="$CXX -mcpu=v9"
! 15: fi
CVSweb <webmaster@jp.NetBSD.org>