OSDN Git Service

Compile fix for freebsd
authorTobias Hunger <tobias.hunger@nokia.com>
Wed, 11 May 2011 14:47:30 +0000 (16:47 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Thu, 12 May 2011 12:17:45 +0000 (14:17 +0200)
src/libs/3rdparty/botan/src/src.pro

index 75bdd7d..15967fb 100644 (file)
@@ -284,7 +284,7 @@ unix {
            timer/gettimeofday/tm_unix.h
 }
 
-linux*-g++* {
+linux*-g++*|freebsd*-g++* {
     HEADERS += timer/posix_rt/tm_posix.h
 }
 
@@ -568,10 +568,8 @@ unix {
            timer/gettimeofday/tm_unix.cpp
 }
 
-linux* {
+linux*|freebsd* {
     SOURCES += timer/posix_rt/tm_posix.cpp
-}
 
-linux* {
     LIBS += -lrt
 }