From owner-freebsd-ports@FreeBSD.ORG Tue Aug 25 04:38:18 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D36A106568D for ; Tue, 25 Aug 2009 04:38:18 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7B48FC17 for ; Tue, 25 Aug 2009 04:38:17 +0000 (UTC) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n7P4dgrJ081358; Tue, 25 Aug 2009 00:39:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Marcel Moolenaar In-Reply-To: <367545E8-D840-4130-9433-D837B196701D@mac.com> References: <367545E8-D840-4130-9433-D837B196701D@mac.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-zUKFt4VDyjO9DsA1Hx3R" Organization: MarcusCom, Inc. Date: Tue, 25 Aug 2009 00:38:28 -0400 Message-Id: <1251175108.99362.155.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: ports@freebsd.org Subject: Re: [PATCH] x11/gdm: Add -lm to LIBS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 04:38:18 -0000 --=-zUKFt4VDyjO9DsA1Hx3R Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2009-08-24 at 19:50 -0700, Marcel Moolenaar wrote: > All, >=20 > On ia64 gdm (indirectly) uses log10 and ceil and as such, > must be linked against libm. Ok to commit the following? Yes. Joe >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/x11/gdm/Makefile,v > retrieving revision 1.122 > diff -u -r1.122 Makefile > --- Makefile 31 Jul 2009 13:56:45 -0000 1.122 > +++ Makefile 25 Aug 2009 02:49:46 -0000 > @@ -39,6 +39,7 @@ > CONFIGURE_ARGS=3D --with-working-directory=3D${PREFIX}/etc/gdm/home > CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include -DHAS_SA_LEN" \ > LDFLAGS=3D"-L${LOCALBASE}/lib" \ > + LIBS=3D"-lm" \ > GTKDOC=3D"false" >=20 > SUB_FILES+=3D gdm.pam >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-zUKFt4VDyjO9DsA1Hx3R Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkqTasMACgkQb2iPiv4Uz4fzbgCeMCEdyXTZliKdHQLZQYP8aTZw s5UAniJuUfesVoV/peQFJenj8okHteWq =nC77 -----END PGP SIGNATURE----- --=-zUKFt4VDyjO9DsA1Hx3R--