Skip site navigation (1)Skip section navigation (2)
Date:      20 Mar 2003 01:57:26 +0200
From:      Dan Naumov <dan.naumov@ofw.fi>
To:        freebsd-ports@freebsd.org
Subject:   Re: What's wrong with this port ?
Message-ID:  <1048118246.70708.2.camel@localhost>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1048118246.70708.2.camel>