diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-01 13:54:33 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-01 13:54:33 +0000 |
commit | 1d02643ec338c8ca3c610e0f63c8f4ec46313cad (patch) | |
tree | a4f484e8df0e8680c4a5204933ea050d327bd537 /games/quakeforge | |
parent | Fix qw-client segfaults. (diff) |
Fix missing pthread symbols on -current.
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=74423
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/files/patch-af b/games/quakeforge/files/patch-af index 3f628413c8ed..2c7b93fadc46 100644 --- a/games/quakeforge/files/patch-af +++ b/games/quakeforge/files/patch-af @@ -5,7 +5,7 @@ else SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` - SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` -+ SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` # | sed 's/-lc_r/-pthread/'` ++ SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs | sed 's/-lc_r/-pthread/'` sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` |