Date: Wed, 19 Jan 2000 19:01:16 -0500 (EST) From: Mikhail Teterin <mi@misha.cisco.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16213: metamail port obeys the CFLAGS, but ignores the CC setting Message-ID: <200001200001.TAA07309@misha.cisco.com>
next in thread | raw e-mail | index | archive | help
>Number: 16213 >Category: ports >Synopsis: metamail port obeys the CFLAGS, but ignores the CC setting >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 19 16:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: >How-To-Repeat: cd /usr/ports/mail/metamail env CC=myCC make -E CC >Fix: This patch patches the port to comment out the explicit CC=cc in the software's Makefile. --- patches/patch-aa Sun Nov 19 17:41:31 1995 +++ - Wed Jan 19 18:56:29 2000 @@ -1,2 +1,19 @@ -*** Makefile.orig Wed Jan 26 20:32:33 1994 ---- Makefile Mon Nov 20 01:31:41 1995 +*** Makefile.orig Wed Jan 26 12:32:33 1994 +--- Makefile Wed Jan 19 18:53:05 2000 +*************** +*** 26,32 **** + CP = cp + + # How to compile C programs +! CC = cc + + # You may also want to change the CFLAGS variable, which will be passed on + # to all subdirectories. If you do that, the changes will only work right if you +--- 26,32 ---- + CP = cp + + # How to compile C programs +! #CC = cc + + # You may also want to change the CFLAGS variable, which will be passed on + # to all subdirectories. If you do that, the changes will only work right if you >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001200001.TAA07309>