diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-19 09:52:22 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-19 09:52:22 +0000 |
commit | e92bfe61932dde89ec7ab8a48045c797812f44db (patch) | |
tree | efe0120e2fb1edc5ab7ae24d8c6445b27dcc356d /mail/exim/files/patch-src::EDITME | |
parent | add three fixes from bug-bash@: (diff) |
make a little more robust against CFLAGS that are accidentially overwritten by make.conf(5)
Notes
Notes:
svn path=/head/; revision=116656
Diffstat (limited to 'mail/exim/files/patch-src::EDITME')
-rw-r--r-- | mail/exim/files/patch-src::EDITME | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index e220d65009c9..762daaa7c6f4 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -113,9 +113,10 @@ @@ -690,12 +694,20 @@ # # USE_TCP_WRAPPERS=yes - # CFLAGS=-O -I/usr/local/include +-# CFLAGS=-O -I/usr/local/include -# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap -# ++CFLAGS+=XX_SPF_FLAGS_XX XX_SRS_FLAGS_XX +EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX XX_SPF_LIBS_XX XX_SRS_LIBS_XX XX_RADIUS_LIBS_XX + # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM |