Subject: metamail on solaris
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-pkg
Date: 10/19/2003 20:09:21
--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
I found the attached patch to be needed to build metamail on
solaris (without it, PKG_SYSCONFDIR isn't defined).
Does it looks right ?
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
NetBSD: 24 ans d'experience feront toujours la difference
--
--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/metamail/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 2003/07/17 21:46:27 1.21
+++ Makefile 2003/10/19 18:06:01
@@ -26,7 +26,7 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-CFLAGS= -DSYSV
+CFLAGS+= -DSYSV
.endif
post-patch:
--mP3DRpeJDSE+ciuQ--