summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-23 21:50:27 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-23 21:50:27 +0000
commit2f26dc017c80ed42c1a49009d9eaa3718ec9949a (patch)
tree4118fc6545f27bb7691956a8686ea5a4707e4d10
parent- Update to 2.2.1 (diff)
Fix weird WITHOUT_X11 compilation issue.
Notes
Notes: svn path=/head/; revision=194145
-rw-r--r--graphics/p5-Imager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index 0b2d05707dc0..d3f026870364 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= \
USE_FREETYPE= yes
PERL_CONFIGURE= yes
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
- IM_CFLAGS="${CFLAGS}" \
+ IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
IM_INCPATH="${LOCALBASE}/include/freetype1/freetype"
.include "Makefile.man"