diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-28 23:54:41 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-28 23:54:41 +0000 |
commit | c673b35d4baef0979aab2ddd5f1723fce1d9e186 (patch) | |
tree | b7f8459cd5d17fc11b488054c77cec7ea706d8e2 /print/fontforge | |
parent | 20f531a0729406900a6a472a0543cee6fc202791 (diff) | |
download | ports-c673b35d4baef0979aab2ddd5f1723fce1d9e186.tar.gz ports-c673b35d4baef0979aab2ddd5f1723fce1d9e186.zip |
- Add -lpthread to LDFLAGS in CONFIGURE_ENV.
PR: ports/119900
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Notes
Notes:
svn path=/head/; revision=206346
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index ce8d5e535aa7..a1ad6fb43e2d 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -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" |