diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-13 15:45:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-13 15:45:37 +0000 |
commit | f26418eca7ef9b18d7d4965f0929aedfd35f8471 (patch) | |
tree | 2591ccf3ac64ffbd7b8a97b63f9892c43275ed14 /www/mozilla-vendor | |
parent | 5fe49f6a98fea5615a76a767d4b12eecc6012b72 (diff) |
Notes
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r-- | www/mozilla-vendor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index fcc113d554fa..9ce118bc5ae2 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -71,7 +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} +CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS} post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ |