diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-22 13:41:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-22 13:41:57 +0000 |
commit | 024f2c83dba334ffdecebb5b0877af85823ee4e4 (patch) | |
tree | 99bbda80e6d49fb8bbcaf98704df1b27a89b6b97 /games/heroes | |
parent | ef8ef22073115e7afb1d2acb183a56070328a48c (diff) | |
download | ports-024f2c83dba334ffdecebb5b0877af85823ee4e4.tar.gz ports-024f2c83dba334ffdecebb5b0877af85823ee4e4.zip |
Notes
Diffstat (limited to 'games/heroes')
-rw-r--r-- | games/heroes/Makefile | 2 |
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} |