mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build error.
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca> Approved by: portmgr(marcus)
This commit is contained in:
parent
1876eced37
commit
3b2ec18bbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156830
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
|
|||
modplug.0:${PORTSDIR}/audio/libmodplug \
|
||||
vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \
|
||||
Wand.9:${PORTSDIR}/graphics/ImageMagick
|
||||
PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
|
@ -43,6 +42,7 @@ USE_GMAKE= yes
|
|||
USE_GL= yes
|
||||
USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-force-addr -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
||||
|
|
Loading…
Add table
Reference in a new issue