mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Fix build on 6.x.
Submitted by: Pointyhat (pav), brian@
This commit is contained in:
parent
f71220b470
commit
6bc05d1eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234813
@ -26,8 +26,8 @@ USE_GNOME= pygtk2 gnomehack pkgconfig
|
||||
USE_GSTREAMER= yes
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_SUB= VERSION="${GST_VERSION}"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE} ${PTHREAD_LIBS}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
|
||||
|
Loading…
Reference in New Issue
Block a user