pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail/files Fix thinko in previous that preven...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73acddd3b3c2
branches:  trunk
changeset: 519990:73acddd3b3c2
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Oct 13 13:58:11 2006 +0000

description:
Fix thinko in previous that prevented compilation.

diffstat:

 mail/sendmail/files/site.config.m4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55fcf0d2b3ae -r 73acddd3b3c2 mail/sendmail/files/site.config.m4
--- a/mail/sendmail/files/site.config.m4        Fri Oct 13 13:45:23 2006 +0000
+++ b/mail/sendmail/files/site.config.m4        Fri Oct 13 13:58:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: site.config.m4,v 1.6 2006/10/12 21:04:27 tv Exp $
+# $NetBSD: site.config.m4,v 1.7 2006/10/13 13:58:11 tv Exp $
 
 # pathnames specific to pkgsrc
 #
@@ -16,7 +16,7 @@
 define(`confMAN4EXT', `4')
 define(`confMAN5EXT', `5')
 define(`confMAN8EXT', `8')
-APPENDDEF(`confENVDEF', `-I${PREFIX}/include -DSMRSH_CMDDIR=${SMRSH_CMDDIR}')
+APPENDDEF(`confENVDEF', `-I${PREFIX}/include -DSMRSH_CMDDIR=\"${SMRSH_CMDDIR}\"')
 APPENDDEF(`confLIBS', `-L${PREFIX}/lib')
 
 # the following are handled by pkgsrc



Home | Main Index | Thread Index | Old Index