ports/147853: [mail/ssmtp] setting TARGET_ARCH variable prevent to compile
Aragon Gouveia
aragon at phat.za.net
Mon Jun 14 17:00:10 UTC 2010
The following reply was made to PR ports/147853; it has been noted by GNATS.
From: Aragon Gouveia <aragon at phat.za.net>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/147853: [mail/ssmtp] setting TARGET_ARCH variable prevent
to compile
Date: Mon, 14 Jun 2010 18:50:57 +0200
This is a multi-part message in MIME format.
--------------080203090401040507010205
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
This seems to be occurring due to GNU make's Implicit Rules:
http://www.makelinux.net/make3/make3-CHP-3-SECT-8.html
Attached patch will simply override that variable.
--------------080203090401040507010205
Content-Type: text/plain;
name="ssmtp.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="ssmtp.diff"
--- Makefile.orig 2010-06-14 18:44:51.000000000 +0200
+++ Makefile 2010-06-14 18:45:08.000000000 +0200
@@ -20,6 +20,7 @@
GNU_CONFIGURE= yes
USE_GMAKE= yes
+MAKE_ENV+= TARGET_ARCH=
SSMTP_GROUP= ssmtp
SSMTP_GID= 916
--------------080203090401040507010205--
More information about the freebsd-ports-bugs
mailing list