diff options
author | tron <tron@pkgsrc.org> | 2000-07-24 16:47:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-24 16:47:22 +0000 |
commit | 3b7e5a92c6fa1146a18407d6c042dd90a96991f9 (patch) | |
tree | 7cf10383fe24bcbcf47a290295c13bae80c34c6d /graphics | |
parent | d6b3864d13e0d0a40dd820b82aef62d59def3340 (diff) | |
download | pkgsrc-3b7e5a92c6fa1146a18407d6c042dd90a96991f9.tar.gz |
Fix build broken after update of "freetype-lib" package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index a5b2870477f..77f56379a20 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/07/18 15:21:00 agc Exp $ +# $NetBSD: Makefile,v 1.20 2000/07/24 16:47:22 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # @@ -37,6 +37,7 @@ MAKE_ENV+= GD_MAJOR="${GD_MAJOR}" GD_MINOR="${GD_MINOR}" EVAL_PREFIX+= XPMDIR=xpm MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include/freetype # freetype.h CPPFLAGS+= -I${LOCALBASE}/include # png.h CPPFLAGS+= -I${XPMDIR}/include -I${XPMDIR}/include/X11 # xpm.h |