mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix the build when -fforce-addr is added to CFLAGS
Approved by: maintainer
This commit is contained in:
parent
9c99757bc4
commit
91a9464c02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133546
@ -40,7 +40,7 @@ USE_GMAKE= yes
|
||||
USE_GL= yes
|
||||
USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-force-addr -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
||||
THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
|
Loading…
Reference in New Issue
Block a user