mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
There is no gcc_r anymore.
Submitted by: bento
This commit is contained in:
parent
ef8ef22073
commit
024f2c83db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37438
@ -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}
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
level.c intro.c text.c status.c transition.c hiscore.c dialog.c
|
||||
|
||||
-SDL_MIXER=-lSDL_mixer
|
||||
+SDL_MIXER=-lSDL_mixer -lsmpeg -lgcc_r
|
||||
+SDL_MIXER=-lSDL_mixer -lsmpeg
|
||||
SDL_LIB=$(SDL_LDFLAGS) $(SDL_MIXER)
|
||||
-SDL_CFLAGS := $(shell sdl-config --cflags)
|
||||
-SDL_LDFLAGS := $(shell sdl-config --libs)
|
||||
|
Loading…
Reference in New Issue
Block a user