add special case for debian kfreebsd
This commit is contained in:
parent
f3f7986e22
commit
c8f4a85e84
@ -71,6 +71,12 @@ contains( UNAME, [lL]inux ) {
|
||||
LIBS -= -liconv
|
||||
LIBS += -ldl -lX11
|
||||
}
|
||||
|
||||
contains( UNAME, GNU/kFreeBSD ) {
|
||||
LIBS -= -liconv
|
||||
LIBS += -ldl -lX11
|
||||
}
|
||||
|
||||
contains( UNAME, SunOS ) {
|
||||
LIBS += -ldl
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user