diff options
author | reed <reed> | 2005-09-02 19:29:56 +0000 |
---|---|---|
committer | reed <reed> | 2005-09-02 19:29:56 +0000 |
commit | f88b65150afd4fab62608c95f7313087f76c9a4f (patch) | |
tree | 769469a4f16612386a59fd544599237c239cc71d | |
parent | 1043fd397e86a9e9421eff5afa1e1c1bffd41721 (diff) | |
download | pkgsrc-f88b65150afd4fab62608c95f7313087f76c9a4f.tar.gz |
Allow this to build on DragonFly also. No change to package.
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
-rw-r--r-- | mail/metamail/distinfo | 4 | ||||
-rw-r--r-- | mail/metamail/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/metamail/distinfo b/mail/metamail/distinfo index b3af8ed46bc..8265b469d52 100644 --- a/mail/metamail/distinfo +++ b/mail/metamail/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2005/02/24 09:59:24 agc Exp $ +$NetBSD: distinfo,v 1.15 2005/09/02 19:29:56 reed Exp $ SHA1 (mm2.7.tar.Z) = 8f213baec9b17c05bcb066f616977a561757d7a6 RMD160 (mm2.7.tar.Z) = ae322cad0653140cbe7f0148ce48757df98c26b0 Size (mm2.7.tar.Z) = 262881 bytes -SHA1 (patch-aa) = f9c2ea6c11bc41aa52f92bb90af243d11b9972a6 +SHA1 (patch-aa) = b07171e44d23c90e9c6a49ef71ac1f551665c2bc SHA1 (patch-ab) = d94e83bdd0c9a101f6a09c6ef4e5f8df7c74411d SHA1 (patch-ac) = f0b04f7d6b17fb5c71a09b4caaf4298acdcff64e SHA1 (patch-ad) = 1626e771d9432be087cd9b2ed87671c6ad96129b diff --git a/mail/metamail/patches/patch-aa b/mail/metamail/patches/patch-aa index eccfeb55fce..719247ecf87 100644 --- a/mail/metamail/patches/patch-aa +++ b/mail/metamail/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.9 2004/06/20 02:52:28 minskim Exp $ +$NetBSD: patch-aa,v 1.10 2005/09/02 19:29:56 reed Exp $ --- Makefile.orig 1994-01-26 11:32:33.000000000 -0600 +++ Makefile @@ -36,7 +36,7 @@ $NetBSD: patch-aa,v 1.9 2004/06/20 02:52:28 minskim Exp $ # 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. |