DragonFly BSD
DragonFly users List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

metamail on pkgsrc - patch


From: "Steve O'Hara-Smith" <steve@xxxxxxxxxx>
Date: Fri, 2 Sep 2005 12:28:58 +0100

	Hi,

	Perhaps this is a bad idea but seeing as there is ongoing work by Joerg
and Jeremy on collating pkgsrc fixes for Dragonfly I thought it might not be amiss
to post this patch here which makes metamail work which in turn almost makes
sylpheed work (gpgme is fighting back).

	Submit didn't seem appropriate because this isn't for DragonFly per se.
If this is a bad idea please let me know what to do with any other patches
for pkgsrc I amy come up with.

Index: mail/metamail/patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/mail/metamail/patches/patch-aa,v
retrieving revision 1.9
diff -u -r1.9 patch-aa
--- mail/metamail/patches/patch-aa	20 Jun 2004 02:52:28 -0000	1.9
+++ mail/metamail/patches/patch-aa	2 Sep 2005 10:21:50 -0000
@@ -36,7 +36,7 @@
  # On BSD 4.4 systems, you will need the following
 -# LDLIBS = -lcompat
 +OPSYS!= uname -s
-+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
++.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 +LDLIBS = -s -lcompat
 +.endif
  # On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.

-- 
C:>WIN                                      |   Directable Mirror Arrays
The computer obeys and wins.                | A better way to focus the sun
You lose and Bill collects.                 |    licences available see
                                            |    http://www.sohara.org/



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]