Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c647c7b2
Commit
c647c7b2
authored
May 11, 2011
by
Tobias Hunger
Browse files
Compile fix for freebsd
parent
bccbcccc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libs/3rdparty/botan/src/src.pro
View file @
c647c7b2
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment