diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-10-14 17:52:07 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-10-14 17:52:07 +0000 |
commit | c4ed92e069fc0ade7cb0c9ae15181c22fd15888c (patch) | |
tree | a2c81d9cb0bcec4f75e98bcc12cce46c91e53231 /security/cyrus-sasl2/files/patch-lib::Makefile.in | |
parent | Mark net/zephyr as broken because it requires libss, which has been (diff) |
Update to 2.1.9.
Notes
Notes:
svn path=/head/; revision=68049
Diffstat (limited to 'security/cyrus-sasl2/files/patch-lib::Makefile.in')
-rw-r--r-- | security/cyrus-sasl2/files/patch-lib::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-lib::Makefile.in b/security/cyrus-sasl2/files/patch-lib::Makefile.in new file mode 100644 index 000000000000..b4641ac7b033 --- /dev/null +++ b/security/cyrus-sasl2/files/patch-lib::Makefile.in @@ -0,0 +1,13 @@ +Index: lib/Makefile.in +diff -u lib/Makefile.in.orig lib/Makefile.in +--- lib/Makefile.in.orig Sat Oct 12 06:19:39 2002 ++++ lib/Makefile.in Tue Oct 15 02:28:11 2002 +@@ -436,7 +436,7 @@ + mostlyclean distclean maintainer-clean + + +-plugin_common.lo: plugin_common.o ++plugin_common.lo: + ln -s $(top_builddir)/plugins/plugin_common.lo plugin_common.lo + + plugin_common.o: |