diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-30 14:03:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-30 14:03:49 +0000 |
commit | 37da3cb71eb93ca0a87811e208ad95b4129a7a22 (patch) | |
tree | e6409ccd0d6a14210a70148076fd5a2ad72161a2 /mail/mess822/Makefile | |
parent | d3abcfabc68bfd59f903ff94656e798c7d335fdd (diff) | |
download | pkgsrc-37da3cb71eb93ca0a87811e208ad95b4129a7a22.tar.gz |
Initialize strerr_sys to build on Mac OS X (modeled after the patch
for qmail).
Diffstat (limited to 'mail/mess822/Makefile')
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index af6a149483c..dde2e54594b 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/08/22 00:23:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2004/08/30 14:03:49 schmonz Exp $ # DISTNAME= mess822-0.58 @@ -14,7 +14,7 @@ DEPENDS+= qmail>=1.03nb7:../../mail/qmail # We change conf-home from the default "/usr/local" and don't # provide compatibilbity symlinks. We also patch hier.c to respect # PKG_SYSCONFDIR and set reasonable modes on directories under -# ${PREFIX}. +# ${PREFIX}, and patch strerr_sys.c to build on Mac OS X. RESTRICTED= "modified source and binaries may not be distributed" NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |