Skip to content

Commit

Permalink
Merge pull request berkeley-abc#29 from thorpej/dev/pkgsrc-patch-NetB…
Browse files Browse the repository at this point in the history
…SD-1

Fix building on NetBSD
  • Loading branch information
mmicko authored Apr 11, 2024
2 parents 078afe9 + ecce27c commit 1446b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ endif

# LIBS := -ldl -lrt
LIBS += -lm
ifneq ($(OS), $(filter $(OS), FreeBSD OpenBSD))
ifneq ($(OS), $(filter $(OS), FreeBSD OpenBSD NetBSD))
LIBS += -ldl
endif

ifneq ($(OS), $(filter $(OS), FreeBSD OpenBSD Darwin))
ifneq ($(OS), $(filter $(OS), FreeBSD OpenBSD NetBSD Darwin))
LIBS += -lrt
endif

Expand Down

0 comments on commit 1446b75

Please sign in to comment.