summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-10-03 18:20:53 +0000
committerxtraeme <xtraeme>2003-10-03 18:20:53 +0000
commit3da565a3ccc22e975801ae6cafdcddd4f78d53c7 (patch)
tree2670110de0006fa23ea1ed9e9002dce1e519b6f6 /mail/metamail
parent99e6057d3d324e31bcd50a7c20d40a1e647866a8 (diff)
downloadpkgsrc-3da565a3ccc22e975801ae6cafdcddd4f78d53c7.tar.gz
FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here.
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/distinfo4
-rw-r--r--mail/metamail/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/metamail/distinfo b/mail/metamail/distinfo
index 4907a180918..7446b54aae6 100644
--- a/mail/metamail/distinfo
+++ b/mail/metamail/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2003/09/15 11:26:44 agc Exp $
+$NetBSD: distinfo,v 1.5 2003/10/03 18:20:53 xtraeme Exp $
SHA1 (mm2.7.tar.Z) = 8f213baec9b17c05bcb066f616977a561757d7a6
Size (mm2.7.tar.Z) = 262881 bytes
-SHA1 (patch-aa) = a2854927d2bfde0b71fc4de6b19b54819c5bd6b6
+SHA1 (patch-aa) = 9586ae34132f5c831473c5244187a7c7c66ad5bb
SHA1 (patch-ab) = 7cd0a70de63ba86172b5628bb082fb46100262b9
SHA1 (patch-ac) = c2e0c044df30c3cc33c7f3ff2c620cd29816e1d6
SHA1 (patch-ad) = f722790d8e72f58a0b351715aec9407506b0443f
diff --git a/mail/metamail/patches/patch-aa b/mail/metamail/patches/patch-aa
index acf5eabc900..8932f073906 100644
--- a/mail/metamail/patches/patch-aa
+++ b/mail/metamail/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2003/03/23 13:39:26 jmmv Exp $
+$NetBSD: patch-aa,v 1.5 2003/10/03 18:20:53 xtraeme Exp $
--- Makefile.orig 1994-01-26 18:32:33.000000000 +0100
+++ Makefile
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.4 2003/03/23 13:39:26 jmmv Exp $
# On BSD 4.4 systems, you will need the following
-# LDLIBS = -lcompat
+OPSYS!= uname -s
-+.if ${OPSYS} == "NetBSD"
++.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+LDLIBS = -s -lcompat
+.endif
# On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.