cvs commit: ports/mail/exim Makefile ports/mail/exim/files patch-src::EDITME

Kirill Ponomarew krion at voodoo.oberon.net
Thu Aug 19 03:38:04 PDT 2004


Hi,

On Thu, Aug 19, 2004 at 09:52:22AM +0000, Oliver Eikemeier wrote:
> eik         2004-08-19 09:52:22 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     mail/exim            Makefile 
>     mail/exim/files      patch-src::EDITME 
>   Log:
>   make a little more robust against CFLAGS that are accidentially overwritten by make.conf(5)

What about adding also this patch ?

-Kirill
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/exim/Makefile,v
retrieving revision 1.186
diff -u -r1.186 Makefile
--- Makefile	19 Aug 2004 09:52:22 -0000	1.186
+++ Makefile	19 Aug 2004 10:35:15 -0000
@@ -82,6 +82,7 @@
 .endif
 
 MAKE_ENV+=	OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} LOCALBASE=${LOCALBASE}
+MAKE_ARGS+=	CC=${CC}
 .if defined(EXIMON_ONLY)
 MAKE_ENV+=	INSTALL_ARG="eximon eximon.bin"
 .endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040819/8dcea5bf/attachment.bin


More information about the cvs-ports mailing list