From 340cfaae05be4131ceae3a0f71fdf96ad865fb15 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Wed, 12 Sep 2018 09:49:11 +0100 Subject: [PATCH] do not touch SunOS here --- build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch b/build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch index d051b37656d..de53ccf2bf6 100644 --- a/build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch +++ b/build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch @@ -19,7 +19,7 @@ index 424ab0a..959a650 100755 # sometimes LDCONFIG is not to be found in the path. Look at some common places. case "$OS" in - MINGW*|CYGWIN*|Darwin) -+ MINGW*|CYGWIN*|Darwin|FreeBSD|SunOS) ++ MINGW*|CYGWIN*|Darwin|FreeBSD) LDCONFIG="true";; *) if [ -z "$LDCONFIG" ]; then