aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-02-01 21:54:33 +0800
committernetchild <netchild@FreeBSD.org>2003-02-01 21:54:33 +0800
commitd2a0ef4a2fb9153fb9235bc472741a6a47898a79 (patch)
tree43a412eb63e051f210a02bf316bf5347ab8a2761 /games
parent75cd513c105e17d63331058d9bfb137cc4c41b63 (diff)
downloadfreebsd-ports-gnome-d2a0ef4a2fb9153fb9235bc472741a6a47898a79.tar.gz
freebsd-ports-gnome-d2a0ef4a2fb9153fb9235bc472741a6a47898a79.tar.zst
freebsd-ports-gnome-d2a0ef4a2fb9153fb9235bc472741a6a47898a79.zip
Fix missing pthread symbols on -current.
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'games')
-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/'`