aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 22:37:30 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 22:37:30 +0800
commit7c4374a28118c19219d713f49b388dbc55e9dc7b (patch)
tree57ecefdd09f203005b4b0e60eca6b96bd41132cd /graphics
parent905aa56821787eb98c150e2cd7e4222698cd34b5 (diff)
downloadfreebsd-ports-gnome-7c4374a28118c19219d713f49b388dbc55e9dc7b.tar.gz
freebsd-ports-gnome-7c4374a28118c19219d713f49b388dbc55e9dc7b.tar.zst
freebsd-ports-gnome-7c4374a28118c19219d713f49b388dbc55e9dc7b.zip
Fix breakage caused by recent freetype1 overhaul.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 5760964154e2..86f4f4760510 100644
--- a/graphics/evas/Makefile
+++ b/graphics/evas/Makefile
@@ -18,7 +18,8 @@ LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \
+ -I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --disable-gl
INSTALLS_SHLIB= yes