Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2012 08:59:01 -0800
From:      Kevin Oberman <kob6558@gmail.com>
To:        "Conrad J. Sabatier" <conrads@cox.net>
Cc:        gnome@freebsd.org, FreeBSD-gnats-submit@freebsd.org
Subject:   Re: [patch] net/opal3: patch configure to recognize amd64 CPU type
Message-ID:  <CAN6yY1un9J6D1yubM%2B%2B-bsPtqK%2B%2B6jCp3xckSiF5tgrFm33-ow@mail.gmail.com>
In-Reply-To: <201201260945.q0Q9jS70020544@serene.no-ip.org>
References:  <201201260945.q0Q9jS70020544@serene.no-ip.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 26, 2012 at 1:45 AM, Conrad J. Sabatier <conrads@cox.net> wrote=
:
>
>>Submitter-Id: =A0current-users
>>Originator: =A0 =A0Conrad J. Sabatier
>>Organization:
>>Confidential: =A0no
>>Synopsis: =A0 =A0 =A0[patch] net/opal3: patch configure to recognize amd6=
4 CPU type
>>Severity: =A0 =A0 =A0non-critical
>>Priority: =A0 =A0 =A0low
>>Category: =A0 =A0 =A0ports
>>Class: =A0 =A0 =A0 =A0 change-request
>>Release: =A0 =A0 =A0 FreeBSD 10.0-CURRENT amd64
>>Environment:
> System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: We=
d Jan 25 15:16:10 CST 2012 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTO=
M amd64
>
>>Description:
> =A0 =A0 =A0 =A0patch configure script to recognize amd64 in the test for =
cpu
> =A0 =A0 =A0 =A0type, eliminating the following warning in "make configure=
":
>
> =A0 =A0 =A0 =A0configure: WARNING: "CPU amd64 not recognized - proceed wi=
th caution!"
>
>>How-To-Repeat:
> =A0 =A0 =A0 =A0N/A
>>Fix:
> =A0 =A0 =A0 =A0patch below
>
> --- patch-configure begins here ---
> --- configure.orig =A0 =A0 =A02012-01-26 02:29:34.000000000 -0600
> +++ configure =A0 2012-01-26 02:30:16.000000000 -0600
> @@ -4636,7 +4636,7 @@
> =A0MACHTYPE=3D
> =A0case "$target_cpu" in
> =A0 =A0x86 | i686 | i586 | i486 | i386 ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0MACHTYPE=3Dx86; =A0 =A0 =A0 =A0;;
> - =A0 x86_64) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dx86_64; =A0 =A0 ;;
> + =A0 amd64 | x86_64) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0 =A0 =A0 =A0 =A0 =A0MACHTYPE=3Dx86_64; =A0 =A0 ;;
> =A0 =A0alpha | alphaev56 | alphaev6 | alphaev67 | alphaev7) MACHTYPE=3Dal=
pha; =A0 =A0 =A0;;
> =A0 =A0hppa ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dhppa; =A0 =A0 =A0 ;;
> =A0 =A0hppa64 ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dhppa64; =A0 =A0 ;;
> --- patch-configure ends here ---
Conrad,

Could you send this patch to the upstream Ekiga folks? I can't imagine
that they would have a problem with it, though they really don't care
much about FreeBSD (or didn't when I was dealing with H.323 issues
about 4 years ago).
-
R. Kevin Oberman, Network Engineer
E-mail: kob6558@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1un9J6D1yubM%2B%2B-bsPtqK%2B%2B6jCp3xckSiF5tgrFm33-ow>