aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-08-01 11:25:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-08-01 11:25:40 +0000
commit8a7d23bcea4b8ebda7df5f7163d325014c391342 (patch)
treee699d8a358709630ca3314322aa1f4d5fe7c2755 /graphics/gd
parent940a643ca3ea6df8b0e5997a6ab5754b6a8035b7 (diff)
downloadports-8a7d23bcea4b8ebda7df5f7163d325014c391342.tar.gz
ports-8a7d23bcea4b8ebda7df5f7163d325014c391342.zip
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 7ce5e4451d0e..aa32799705d3 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -27,6 +27,7 @@ MAKE_ENV= WRKSRC="${WRKSRC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKEFILE= ${FILESDIR}/Makefile.bsd
CPPFLAGS+= -DHAVE_ERRNO_H -DHAVE_FT2BUILD_H -DHAVE_LIBFREETYPE -DHAVE_LIBJPEG -DHAVE_LIBPNG \
-DHAVE_LIBZ -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDLIB_H
+LDFLAGS+= -L${WRKSRC}
LDFLAGS2= -L${PREFIX}/lib -L${LOCALBASE}/lib
FEATURES= GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON
USE_LDCONFIG= yes