Date: Wed, 19 Mar 2003 21:34:53 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: Dan Naumov <dan.naumov@ofw.fi> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: What's wrong with this port ? Message-ID: <20030320003515.9229.qmail@exxodus.fedaykin.here> In-Reply-To: <1048118246.70708.2.camel@localhost> References: <1048102704.40287.10.camel@localhost> <1498.65.221.169.187.1048102722.squirrel@mail.karamazov.org> <1048118246.70708.2.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Or, you can use the following if the auto* tools are being correctly used. CONFIGURE_ARGS+= --program-transform-name='' or, CONFIGURE_ARGS+= --program-transform-name='s/,/,/' if the configure script is broken. Regards, On Thu, Mar 20, 2003 at 01:57:04AM +0200, Dan Naumov wrote: > 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 <dan.naumov@ofw.fi> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature 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?20030320003515.9229.qmail>