summaryrefslogtreecommitdiff
path: root/mail/sendmail/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-12-29 21:44:09 +0000
committermarkd <markd@pkgsrc.org>2006-12-29 21:44:09 +0000
commit3cff6d1109404e2af159e77a14e5c9556d72c905 (patch)
tree02e719e6e6c98f0c9bac0ea2ec12ee8b851ea3d8 /mail/sendmail/patches
parenta35f4e9517ca59b40c57eddd747d62ba0db87bfb (diff)
downloadpkgsrc-3cff6d1109404e2af159e77a14e5c9556d72c905.tar.gz
Fix rpath for Solaris 10 and 11 so that pkg libraries are found. As per
existing patches for earlier Solaris versions. Bump PKGREVISION.
Diffstat (limited to 'mail/sendmail/patches')
-rw-r--r--mail/sendmail/patches/patch-al12
-rw-r--r--mail/sendmail/patches/patch-am12
2 files changed, 24 insertions, 0 deletions
diff --git a/mail/sendmail/patches/patch-al b/mail/sendmail/patches/patch-al
new file mode 100644
index 00000000000..e84291b905b
--- /dev/null
+++ b/mail/sendmail/patches/patch-al
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.5 2006/12/29 21:44:09 markd Exp $
+
+--- devtools/OS/SunOS.5.10.orig 2006-12-30 07:59:24.000000000 +1300
++++ devtools/OS/SunOS.5.10
+@@ -10,6 +10,7 @@ define(`confMAPDEF', `-DNDBM -DNIS -DNIS
+ define(`confENVDEF', `-DSOLARIS=21000 -DNETINET6')
+ define(`confSM_OS_HEADER', `sm_os_sunos')
+ define(`confLIBS', `-lsocket -lnsl')
++define(`confLDOPTS', `${LDFLAGS}')
+ define(`confMTCCOPTS', `-D_REENTRANT')
+ define(`confMTLDOPTS', `-lpthread')
+ define(`confMBINDIR', `/usr/lib')
diff --git a/mail/sendmail/patches/patch-am b/mail/sendmail/patches/patch-am
new file mode 100644
index 00000000000..4afb4b3323b
--- /dev/null
+++ b/mail/sendmail/patches/patch-am
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.3 2006/12/29 21:44:09 markd Exp $
+
+--- devtools/OS/SunOS.5.11.orig 2006-12-30 07:59:28.000000000 +1300
++++ devtools/OS/SunOS.5.11
+@@ -10,6 +10,7 @@ define(`confMAPDEF', `-DNDBM -DNIS -DNIS
+ define(`confENVDEF', `-DSOLARIS=21100 -DNETINET6')
+ define(`confSM_OS_HEADER', `sm_os_sunos')
+ define(`confLIBS', `-lsocket -lnsl')
++define(`confLDOPTS', `${LDFLAGS}')
+ define(`confMTCCOPTS', `-D_REENTRANT')
+ define(`confMTLDOPTS', `-lpthread')
+ define(`confMBINDIR', `/usr/lib')