mirror of https://github.com/YosysHQ/abc.git
Merge pull request #29 from thorpej/dev/pkgsrc-patch-NetBSD-1
Fix building on NetBSD
This commit is contained in:
commit
1446b7549f
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue