diff options
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 828d494..fcc113d 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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" \ |