Files
pkgsrc-ng/textproc/icu/patches/patch-acinclude.m4
2016-01-21 23:40:00 +01:00

15 lines
458 B
Plaintext

$NetBSD: patch-acinclude.m4,v 1.3 2014/10/07 16:09:53 adam Exp $
Solaris seems to need -std=c99 with recent pkgsrc so keep it.
--- acinclude.m4.orig 2014-10-03 16:18:36.000000000 +0000
+++ acinclude.m4
@@ -82,6 +82,7 @@ x86_64-*-cygwin)
*-dec-osf*) icu_cv_host_frag=mh-alpha-osf ;;
*-*-nto*) icu_cv_host_frag=mh-qnx ;;
*-ncr-*) icu_cv_host_frag=mh-mpras ;;
+*-*-sco3.2v5*) icu_cv_host_frag=mh-scoosr5 ;;
*) icu_cv_host_frag=mh-unknown ;;
esac
]