diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-09 06:55:49 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-09 06:55:49 +0800 |
commit | efb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4 (patch) | |
tree | 4b7b6f8b0af475878809910a084ea2e95a1cc0c1 /mail | |
parent | 9fd87102296e40eb22103d9f75fcefab6f84ec02 (diff) | |
download | freebsd-ports-gnome-efb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4.tar.gz freebsd-ports-gnome-efb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4.tar.zst freebsd-ports-gnome-efb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4.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 |