From owner-freebsd-ports Wed Mar 19 15:53:56 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD22E37B401 for ; Wed, 19 Mar 2003 15:53:54 -0800 (PST) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F24943F85 for ; Wed, 19 Mar 2003 15:53:53 -0800 (PST) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id llsajaaa for freebsd-ports@freebsd.org; Thu, 20 Mar 2003 01:53:09 +0200 Subject: Re: What's wrong with this port ? From: Dan Naumov To: freebsd-ports@freebsd.org In-Reply-To: <1498.65.221.169.187.1048102722.squirrel@mail.karamazov.org> References: <1048102704.40287.10.camel@localhost> <1498.65.221.169.187.1048102722.squirrel@mail.karamazov.org> Content-Type: text/plain Organization: Message-Id: <1048118246.70708.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 20 Mar 2003 01:57:26 +0200 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2003-03-19 at 21:38, Scott A. Moberly wrote: > CONFIGURE_TARGET= > Add that line, and all problems *should* disappear :) Thanks, I've also noticed that I can go around the problem using this: ==================================================== -- configure.orig Wed Mar 19 22:25:17 2003 +++ configure Wed Mar 19 22:25:42 2003 @@ -15078,18 +15078,6 @@ fi fi -case "$target" in -"") -;; -"no") -;; -"NONE") -;; -*) - CFLAGS="$CFLAGS -march=$target" - ;; -esac - # Check whether --enable-dmalloc or --disable-dmalloc was given. if test "${enable_dmalloc+set}" = set; then enableval="$enable_dmalloc" ==================================================== Which one would be the "suggested way" ? Thanks -- Dan Naumov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message