kfreebsd patch

This commit is contained in:
doitux
2009-04-09 16:19:56 +00:00
parent 5fbc56cfc2
commit e860dbc1e9
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -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
View File
@@ -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