summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-23 23:47:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-23 23:47:21 +0000
commit8e4d734fe6f421d7e921c52e8f698d8db43f5884 (patch)
treecc4f8ffe19120167e64f8b1d1fa68acf2831b2e4 /graphics/gd
parentDon't even think of writing to the capture card. (diff)
- fix option WITH_FONTCONFIG
PR: 109476 Submitted by: Radim Kolar
Notes
Notes: svn path=/head/; revision=185774
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 2b51da3481d9..19fbb9f899c4 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -46,8 +46,8 @@ FEATURES+= GD_XPM
.if defined(WITH_FONTCONFIG)
LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
CPPFLAGS+= -I${X11BASE}/include -DHAVE_LIBFONTCONFIG -DHAVE_PTHREAD ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
-LDFLAGS2+= ${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LIBS} -L${X11BASE}/lib -lfontconfig
+LDFLAGS2+= ${PTHREAD_LIBS} -L${X11BASE}/lib
FEATURES+= GD_FONTCONFIG
.endif