1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Add -lpthread to LDFLAGS in CONFIGURE_ENV.

PR:		ports/119900
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
This commit is contained in:
Beech Rintoul 2008-01-28 23:54:41 +00:00
parent 20f531a072
commit c673b35d4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206346

View File

@ -7,7 +7,7 @@
PORTNAME= fontforge
PORTVERSION= 20080109
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= SF
DISTFILES= ${EXTRACT_ONLY} ${DOCFILES}
@ -55,7 +55,7 @@ WITH_FREETYPE_SRC= --without-freetype-bytecode --without-freetype-src
.endif
CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lutil" CFLAGS="${CFLAGS} \
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lutil -lpthread" CFLAGS="${CFLAGS} \
-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"