diff options
Diffstat (limited to 'mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in')
-rw-r--r-- | mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in new file mode 100644 index 000000000000..593f524d6aaf --- /dev/null +++ b/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- camel/providers/nntp/Makefile.in 2002/01/22 19:07:18 1.1 ++++ camel/providers/nntp/Makefile.in 2002/01/22 19:07:59 +@@ -221,7 +221,7 @@ + camel-nntp-utils.h + + +-libcamelnntp_la_LDFLAGS = -version-info 0:0:0 ++libcamelnntp_la_LDFLAGS = -avoid-version -module + + EXTRA_DIST = libcamelnntp.urls + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |