Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
do not touch SunOS here
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Sep 12, 2018
1 parent eee6e04 commit 340cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/flint/patches/linking_SunOS_FreeBSD.patch
Expand Up @@ -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
Expand Down

0 comments on commit 340cfaa

Please sign in to comment.