diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-02 08:50:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-02 08:50:51 +0000 |
commit | 5208a4f71fd9e73f99e08ab0c3ff54c23b8831dc (patch) | |
tree | 029d9a671bcddce71a8393970e290d69965531ab /mail/moztraybiff/files/patch-components_Makefile | |
parent | Fix the build on 4.X. (diff) |
Determine where thunderbird is installed automatically,
rather than having to code it in in numerous places every
time thunderbird gets upgraded.
Diffstat (limited to 'mail/moztraybiff/files/patch-components_Makefile')
-rw-r--r-- | mail/moztraybiff/files/patch-components_Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/moztraybiff/files/patch-components_Makefile b/mail/moztraybiff/files/patch-components_Makefile index 9d11441e4d9c..082c0512f21c 100644 --- a/mail/moztraybiff/files/patch-components_Makefile +++ b/mail/moztraybiff/files/patch-components_Makefile @@ -7,7 +7,7 @@ - $(shell $(MOZILLA_CONFIG) --cflags) + $(shell $(MOZILLA_CONFIG) --cflags) \ + $(shell for i in \ -+ `find $${X11BASE}/lib/thunderbird/include/thunderbird-1.0 -type d`; \ ++ `find $${X11BASE}/lib/thunderbird/include/thunderbird-%%TBVER%% -type d`; \ + do echo -n "-I$$i "; done) CXXFLAGS += \ |