Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2017 07:41:10 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449756 - head/mail/sendmail/files
Message-ID:  <201709130741.v8D7fAiJ087154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Sep 13 07:41:10 2017
New Revision: 449756
URL: https://svnweb.freebsd.org/changeset/ports/449756

Log:
  - add config file for option GDBM

Added:
  head/mail/sendmail/files/site.config.m4.gdbm   (contents, props changed)

Added: head/mail/sendmail/files/site.config.m4.gdbm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/sendmail/files/site.config.m4.gdbm	Wed Sep 13 07:41:10 2017	(r449756)
@@ -0,0 +1,4 @@
+APPENDDEF(`confMAPDEF', `-DNDBM')
+APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include')
+APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
+APPENDDEF(`confLIBS', `-lgdbm_compat -lgdbm')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709130741.v8D7fAiJ087154>