diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
commit | 34b7bd26df86098f01124bedcea95b79da81900c (patch) | |
tree | 8ef7cff773ee511dd9b8a1dbabb346d8243c917a /mail/xc-mail/files/patch-aa | |
parent | Add x11/dynamag, a magnifier which follows the pointer. (diff) |
Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail.
PR: 21665, 21666
Approved by: will
Diffstat (limited to 'mail/xc-mail/files/patch-aa')
-rw-r--r-- | mail/xc-mail/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xc-mail/files/patch-aa b/mail/xc-mail/files/patch-aa new file mode 100644 index 000000000000..5eee1f95b680 --- /dev/null +++ b/mail/xc-mail/files/patch-aa @@ -0,0 +1,11 @@ +--- plugins/linkshared.in.orig Tue Sep 15 16:18:07 1998 ++++ plugins/linkshared.in Sun Oct 1 05:02:54 2000 +@@ -26,7 +26,7 @@ + + case @host@ in + +- *-linux-*|*-irix6*|*-freebsd3*|*solaris2*) ++ *-linux-*|*-irix6*|*-freebsd3*|*-freebsd4*|*-freebsd5*|*solaris2*) + echo @CXX@ -o $dest -shared -Wl,-soname,"$dest" $* + @CXX@ -o $dest -shared -Wl,-soname,"$dest" $* || die + ;; |