kfreebsd patch
This commit is contained in:
+2
-1
@@ -381,11 +381,12 @@ unix : !mac {
|
|||||||
|
|
||||||
UNAME = $$system(uname -s)
|
UNAME = $$system(uname -s)
|
||||||
BSD = $$find(UNAME, "BSD")
|
BSD = $$find(UNAME, "BSD")
|
||||||
|
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
||||||
|
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += $$BOOST_LIBS
|
LIBS += $$BOOST_LIBS
|
||||||
LIBS += -lSDL_mixer -lcurl
|
LIBS += -lSDL_mixer -lcurl
|
||||||
!isEmpty( BSD ){
|
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
|
||||||
LIBS += -lcrypto
|
LIBS += -lcrypto
|
||||||
} else {
|
} else {
|
||||||
LIBS += -lgnutls-openssl -lgcrypt
|
LIBS += -lgnutls-openssl -lgcrypt
|
||||||
|
|||||||
+2
-1
@@ -214,11 +214,12 @@ unix : !mac {
|
|||||||
|
|
||||||
UNAME = $$system(uname -s)
|
UNAME = $$system(uname -s)
|
||||||
BSD = $$find(UNAME, "BSD")
|
BSD = $$find(UNAME, "BSD")
|
||||||
|
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
||||||
|
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += $$BOOST_LIBS
|
LIBS += $$BOOST_LIBS
|
||||||
LIBS += -lcurl
|
LIBS += -lcurl
|
||||||
!isEmpty( BSD ){
|
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
|
||||||
LIBS += -lcrypto -liconv
|
LIBS += -lcrypto -liconv
|
||||||
} else {
|
} else {
|
||||||
LIBS += -lgnutls-openssl -lgcrypt
|
LIBS += -lgnutls-openssl -lgcrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user