diff options
Diffstat (limited to 'mail/moztraybiff/files/patch-components_Makefile')
-rw-r--r-- | mail/moztraybiff/files/patch-components_Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/mail/moztraybiff/files/patch-components_Makefile b/mail/moztraybiff/files/patch-components_Makefile index 7f744d2..583bc78 100644 --- a/mail/moztraybiff/files/patch-components_Makefile +++ b/mail/moztraybiff/files/patch-components_Makefile @@ -1,15 +1,11 @@ ---- components/Makefile.orig Sun Apr 24 10:25:02 2005 -+++ components/Makefile Tue May 17 18:08:15 2005 -@@ -69,10 +69,10 @@ ${COMPONENT_NAME}.xpt: nsIMessengerFreeD - LD_LIBRARY_PATH=$(MOZILLA_UTIL_PREFIX):`pwd` $(MOZILLA_UTIL_PREFIX)/xpt_link $@ $< +--- components/Makefile.orig Sun Apr 24 09:25:02 2005 ++++ components/Makefile Fri Sep 9 01:47:59 2005 +@@ -27,7 +27,7 @@ + $(shell pkg-config --libs $(GTK_PACKAGE)) - %.xpt: %.idl -- LD_LIBRARY_PATH=$(MOZILLA_UTIL_PREFIX):`pwd` $(MOZILLA_UTIL_PREFIX)/xpidl $(MOZILLA_IDLFLAGS) -m typelib -e $@ $< -+ LD_LIBRARY_PATH=$(MOZILLA_UTIL_PREFIX):`pwd` $(MOZILLA_UTIL_PREFIX)/xpidl $(MOZILLA_IDLFLAGS) -I$(shell thunderbird-config --prefix)/share/idl/thunderbird-$(TBVER) -m typelib -e $@ $< - - %.h: %.idl -- LD_LIBRARY_PATH=$(MOZILLA_UTIL_PREFIX):`pwd` $(MOZILLA_UTIL_PREFIX)/xpidl $(MOZILLA_IDLFLAGS) -m header -e $@ $< -+ LD_LIBRARY_PATH=$(MOZILLA_UTIL_PREFIX):`pwd` $(MOZILLA_UTIL_PREFIX)/xpidl $(MOZILLA_IDLFLAGS) -I$(shell thunderbird-config --prefix)/share/idl/thunderbird-$(TBVER) -m header -e $@ $< - - nsIMessengerFreeDesktopIntegration.xpt: nsIMessengerFreeDesktopIntegration.idl + MOZ_INCLUDES := \ +- $(shell $(MOZILLA_CONFIG) --cflags) ++ $(shell $(MOZILLA_CONFIG) --cflags) $(shell $(REAL_CONFIG) --cflags) + CFLAGS += \ + -fPIC |