diff options
author | reed <reed@pkgsrc.org> | 2005-09-02 19:29:56 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-02 19:29:56 +0000 |
commit | 5f2fa22cbfa0d03112b8a2a10f17ead78527288b (patch) | |
tree | 769469a4f16612386a59fd544599237c239cc71d /mail/metamail/patches | |
parent | 8ba088c4d655fd9388ab9782c85e2c65b48f68e0 (diff) | |
download | pkgsrc-5f2fa22cbfa0d03112b8a2a10f17ead78527288b.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.
Diffstat (limited to 'mail/metamail/patches')
-rw-r--r-- | mail/metamail/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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. |