aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-02-01 13:54:33 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-02-01 13:54:33 +0000
commit1d02643ec338c8ca3c610e0f63c8f4ec46313cad (patch)
treea4f484e8df0e8680c4a5204933ea050d327bd537 /games/quakeforge
parent137eefaa290b5dcadffe86ecfd73a9fa0eb78933 (diff)
downloadports-1d02643ec338c8ca3c610e0f63c8f4ec46313cad.tar.gz
ports-1d02643ec338c8ca3c610e0f63c8f4ec46313cad.zip
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-af2
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/'`