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