Skip to content
Snippets Groups Projects
Commit 89451ecf authored by deuce's avatar deuce
Browse files

Remove redundant netbsd section.

Solaris requires -lsocket for xpdev (sockwrap)
parent 2dd448f0
No related branches found
No related tags found
No related merge requests found
XPDEV_LIBS += -lm
XPDEV-MT_LIBS += -lm
ifeq ($(os),netbsd) # NetBSD
endif
ifeq ($(os),netbsd) # NetBSD
XPDEV_LIBS += -lossaudio
XPDEV-MT_LIBS += -lossaudio -lpthread
......@@ -11,7 +9,7 @@ ifeq ($(os),openbsd) # OpenBSD
XPDEV-MT_LIBS += -lossaudio -lpthread
endif
ifeq ($(os),sunos) # Solaris
XPDEV-MT_LIBS += -lpthread
XPDEV-MT_LIBS += -lpthread -lsocket
endif
ifeq ($(os),darwin) # Mac OS/X
XPDEV-MT_LIBS += -lpthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment