diff options
Diffstat (limited to 'mail/evolution-devel/files/patch-camel::providers::local::Makefile.in')
-rw-r--r-- | mail/evolution-devel/files/patch-camel::providers::local::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-camel::providers::local::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::local::Makefile.in new file mode 100644 index 000000000000..b235df8d1530 --- /dev/null +++ b/mail/evolution-devel/files/patch-camel::providers::local::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- camel/providers/local/Makefile.in 2002/01/22 19:07:18 1.1 ++++ camel/providers/local/Makefile.in 2002/01/22 19:07:55 +@@ -244,7 +244,7 @@ + camel-local-private.h + + +-libcamellocal_la_LDFLAGS = -version-info 0:0:0 ++libcamellocal_la_LDFLAGS = -avoid-version -module + + libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la + |