mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix configure on 4.x.
Submitted by: pointyhat
This commit is contained in:
parent
5562f296c2
commit
c7fb0387b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131128
2 changed files with 4 additions and 4 deletions
|
@ -32,11 +32,11 @@ USE_BISON= yes
|
||||||
CONFIGURE_TARGET=
|
CONFIGURE_TARGET=
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CONFIGURE_ENV= OSTYPE=${OPSYS} \
|
CONFIGURE_ENV= OSTYPE=${OPSYS} \
|
||||||
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||||
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
|
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
|
||||||
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
||||||
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
||||||
CPPFLAGS="-I${LOCALBASE}/include"
|
CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
|
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
|
||||||
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \
|
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \
|
||||||
|
|
|
@ -32,11 +32,11 @@ USE_BISON= yes
|
||||||
CONFIGURE_TARGET=
|
CONFIGURE_TARGET=
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CONFIGURE_ENV= OSTYPE=${OPSYS} \
|
CONFIGURE_ENV= OSTYPE=${OPSYS} \
|
||||||
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||||
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
|
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
|
||||||
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
||||||
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
||||||
CPPFLAGS="-I${LOCALBASE}/include"
|
CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
|
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
|
||||||
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \
|
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \
|
||||||
|
|
Loading…
Add table
Reference in a new issue