Step on kwm's toes and add PTHREAD_CFLAGS/LIBS to the
CONFIGURE_ENV to fix the build with the new libtool. There may be a better fix, but in the meantime this will allow the port to build. Please feel free to back this out and kick me if you want to, kwm.
This commit is contained in:
parent
139a57b585
commit
813e952435
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151972
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@ CONFIGURE_ARGS= --disable-tests \
|
|||
--disable-examples \
|
||||
--disable-docs-build \
|
||||
--disable-failing-tests
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
PLIST_SUB= \
|
||||
VERSION="${GST_VERSION}" \
|
||||
SHLIB_VERSION="${SHLIB_VERSION}" \
|
||||
|
|
|
@ -33,8 +33,8 @@ CONFIGURE_ARGS= --disable-tests \
|
|||
--disable-examples \
|
||||
--disable-docs-build \
|
||||
--disable-failing-tests
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
PLIST_SUB= \
|
||||
VERSION="${GST_VERSION}" \
|
||||
SHLIB_VERSION="${SHLIB_VERSION}" \
|
||||
|
|
Loading…
Reference in a new issue