mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add another build fix for users who have a old version of vlc installed.
This commit is contained in:
parent
d094e113f3
commit
be87bfd18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138156
@ -252,7 +252,7 @@ PLIST= ${WRKDIR}/plist
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/src -I${WRKSRC}/include/vlc/ ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/src -I${WRKSRC}/include/vlc -I${WRKSRC}/include ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ffmpeg \
|
||||
|
Loading…
Reference in New Issue
Block a user