aboutsummaryrefslogtreecommitdiff
path: root/games/heroes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-22 13:41:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-22 13:41:57 +0000
commit024f2c83dba334ffdecebb5b0877af85823ee4e4 (patch)
tree99bbda80e6d49fb8bbcaf98704df1b27a89b6b97 /games/heroes
parentef8ef22073115e7afb1d2acb183a56070328a48c (diff)
downloadports-024f2c83dba334ffdecebb5b0877af85823ee4e4.tar.gz
ports-024f2c83dba334ffdecebb5b0877af85823ee4e4.zip
There is no gcc_r anymore.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=37438
Diffstat (limited to 'games/heroes')
-rw-r--r--games/heroes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index ed7301421f8d..b19615945dfd 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -40,7 +40,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE}
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg -lgcc_r" \
+ LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}