diff options
author | marcel <marcel@FreeBSD.org> | 2009-08-25 12:44:24 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2009-08-25 12:44:24 +0800 |
commit | aae932ad254cc0b86a04a438574984af0b9b9a54 (patch) | |
tree | c8c4c99e9d4cec2aaef86badff8bd7a2dfc165fc /x11/gdm | |
parent | 0c03820df565fa61da6dae1de6f6721b53349b1c (diff) | |
download | freebsd-ports-gnome-aae932ad254cc0b86a04a438574984af0b9b9a54.tar.gz freebsd-ports-gnome-aae932ad254cc0b86a04a438574984af0b9b9a54.tar.zst freebsd-ports-gnome-aae932ad254cc0b86a04a438574984af0b9b9a54.zip |
On ia64, gdm (indirectly) uses log10 and ceil. Add libm to the
list of libraries to link against.
Ok'd by: marcus
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 7e539f71f6cf..4d9d5e2e3165 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -39,6 +39,7 @@ GNU_CONFIGURE= yes 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 |