Add ${PTHREAD_LIBS}

Submitted by:	 ydg <ydg@cox.net>
This commit is contained in:
Tilman Keskinoz 2003-05-02 10:18:10 +00:00
parent 960b47687c
commit c725ada3ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80009

View File

@ -21,8 +21,9 @@ USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
post-patch:
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure