summaryrefslogtreecommitdiffstats
path: root/games/quakeforge
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-02-01 13:54:33 +0000
committernetchild <netchild@FreeBSD.org>2003-02-01 13:54:33 +0000
commitd2a0ef4a2fb9153fb9235bc472741a6a47898a79 (patch)
tree43a412eb63e051f210a02bf316bf5347ab8a2761 /games/quakeforge
parent75cd513c105e17d63331058d9bfb137cc4c41b63 (diff)
downloadFreeBSD-ports-d2a0ef4a2fb9153fb9235bc472741a6a47898a79.zip
FreeBSD-ports-d2a0ef4a2fb9153fb9235bc472741a6a47898a79.tar.gz
Fix missing pthread symbols on -current.
Submitted by: Ulrich Spoerlein <q@uni.de>
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 3f62841..2c7b93fa 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/'`
OpenPOWER on IntegriCloud