diff options
author | tron <tron> | 2000-07-24 16:47:22 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-24 16:47:22 +0000 |
commit | 77ac1a5e9b95b1de42b3e0f20a131342939afd85 (patch) | |
tree | 7cf10383fe24bcbcf47a290295c13bae80c34c6d /graphics/gd | |
parent | 4edda79a7c169e45dfb680d5a7a6d1e4958c06db (diff) | |
download | pkgsrc-77ac1a5e9b95b1de42b3e0f20a131342939afd85.tar.gz |
Fix build broken after update of "freetype-lib" package.
Diffstat (limited to 'graphics/gd')
-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 |