diff options
author | beech <beech@FreeBSD.org> | 2008-01-29 07:54:41 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-01-29 07:54:41 +0800 |
commit | 86c63400dbda69539d4e8678df8529e6d77cbae8 (patch) | |
tree | 6798b87fe61a9865cea0751fe49141d73733489e /print | |
parent | 0eef163b165ad6c4800523fed29b6a142a6831eb (diff) | |
download | freebsd-ports-gnome-86c63400dbda69539d4e8678df8529e6d77cbae8.tar.gz freebsd-ports-gnome-86c63400dbda69539d4e8678df8529e6d77cbae8.tar.zst freebsd-ports-gnome-86c63400dbda69539d4e8678df8529e6d77cbae8.zip |
- Add -lpthread to LDFLAGS in CONFIGURE_ENV.
PR: ports/119900
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'print')
-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" |