diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-09 06:55:49 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-09 06:55:49 +0800 |
commit | 858cfbc9c67f78f49ea2d9e21d724a0090a4942d (patch) | |
tree | 49074d025b9ff0f39a762492f0863e3761201732 /mail | |
parent | b0f815e0d1f1df42a29b4496ce6c508a445c2ad3 (diff) | |
download | freebsd-ports-gnome-858cfbc9c67f78f49ea2d9e21d724a0090a4942d.tar.gz freebsd-ports-gnome-858cfbc9c67f78f49ea2d9e21d724a0090a4942d.tar.zst freebsd-ports-gnome-858cfbc9c67f78f49ea2d9e21d724a0090a4942d.zip |
- Fix build in tinderbox
Reported by: kris via pointyhat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index 7af200b35a2f..9cde95f8a16d 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -26,6 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GCC= 3.4+ +CFLAGS+= -I${X11BASE}/include MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices MOZ_PROTOCOLS= http,file,jar,viewsource,res,data |