From d1e9dd79c629f7f059c8323260bcb47b57053b02 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 13 Mar 2002 15:44:41 +0000 Subject: Quick'n'dirty hack to prevent freetype1 includes from beint picked instead of freetype2 ones. Reported by: many --- www/seamonkey/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 828d49469eba..fcc113d554fa 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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" \ -- cgit