summaryrefslogtreecommitdiffstats
path: root/www/mozilla-devel/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-13 15:44:41 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-13 15:44:41 +0000
commitd1e9dd79c629f7f059c8323260bcb47b57053b02 (patch)
treeb73521b270957d1023ab3b43d1a0d8aa6d892684 /www/mozilla-devel/Makefile
parent9b287d7f3bd27468e70c62a7ff5588448919401f (diff)
downloadFreeBSD-ports-d1e9dd79c629f7f059c8323260bcb47b57053b02.zip
FreeBSD-ports-d1e9dd79c629f7f059c8323260bcb47b57053b02.tar.gz
Quick'n'dirty hack to prevent freetype1 includes from beint picked instead of
freetype2 ones. Reported by: many
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r--www/mozilla-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 828d494..fcc113d 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -71,6 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
+CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \
OpenPOWER on IntegriCloud