[PATCH] x11/gdm: Add -lm to LIBS

Joe Marcus Clarke marcus at marcuscom.com
Tue Aug 25 04:38:18 UTC 2009


On Mon, 2009-08-24 at 19:50 -0700, Marcel Moolenaar wrote:
> All,
> 
> On ia64 gdm (indirectly) uses log10 and ceil and as such,
> must be linked against libm. Ok to commit the following?

Yes.

Joe

> 
> Index: Makefile
> ===================================================================
> 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=	--with-working-directory=${PREFIX}/etc/gdm/home
>   CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -DHAS_SA_LEN" \
>   		LDFLAGS="-L${LOCALBASE}/lib" \
> +		LIBS="-lm" \
>   		GTKDOC="false"
> 
>   SUB_FILES+=	gdm.pam
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20090825/d6ab272a/attachment.pgp


More information about the freebsd-ports mailing list