diff options
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 += \ |