diff options
Diffstat (limited to 'mail/evolution/files/patch-shell::Makefile.in')
-rw-r--r-- | mail/evolution/files/patch-shell::Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/evolution/files/patch-shell::Makefile.in b/mail/evolution/files/patch-shell::Makefile.in index db4862b22875..9fc5e6555160 100644 --- a/mail/evolution/files/patch-shell::Makefile.in +++ b/mail/evolution/files/patch-shell::Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- shell/Makefile.in 2002/01/13 17:29:15 1.1 -+++ shell/Makefile.in 2002/01/13 17:29:32 -@@ -186,7 +186,7 @@ +--- shell/Makefile.in.orig Thu Feb 7 14:38:27 2002 ++++ shell/Makefile.in Thu Feb 7 14:39:37 2002 +@@ -195,7 +195,7 @@ SUBDIRS = glade importer --INCLUDES = -O \ -+INCLUDES = \ - -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/misc \ - -I$(top_srcdir) \ +-INCLUDES = -O -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_srcdir) $(BONOBO_GNOME_CFLAGS) $(BONOBO_CONF_CFLAGS) $(EXTRA_GNOME_CFLAGS) $(GTKHTML_CFLAGS) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DG_LOG_DOMAIN=\"evolution-shell\" ++INCLUDES = -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_srcdir) $(BONOBO_GNOME_CFLAGS) $(BONOBO_CONF_CFLAGS) $(EXTRA_GNOME_CFLAGS) $(GTKHTML_CFLAGS) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DG_LOG_DOMAIN=\"evolution-shell\" + + + # CORBA stuff |