Skip to content

Commit

Permalink
[install-libtai.sh] yet another OpenBSD workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 30, 2014
1 parent bcc45d8 commit fabaaf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-libtai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Workaround script for creating shared objects on 64-bit
# architectures with libtai.

# OpenBSD: check for nroff (groff)
if ! which nroff 1>/dev/null; then
echo 'fatal error: need to install nroff (groff)'
exit 1
fi

if which wget 2>/dev/null 1>&2; then
retr=wget
elif which curl 2>/dev/null 1>&2; then
Expand Down

0 comments on commit fabaaf7

Please sign in to comment.