ports/184913: editors/vim not build
Alexander Panyushkin
vsityz at gmail.com
Tue Dec 17 20:50:01 UTC 2013
The following reply was made to PR ports/184913; it has been noted by GNATS.
From: Alexander Panyushkin <vsityz at gmail.com>
To: Kenji Rikitake <kenji at k2r.org>, bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/184913: editors/vim not build
Date: Tue, 17 Dec 2013 22:44:38 +0200
Thanks!
It`s work.
17.12.2013 15:45, Kenji Rikitake wrote:
> Adding -lX11 to GTK2 X_LIBS solved the link symbol problem with the latest Xorg.
>
> Hint at: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2013-December/268174.html>
>
> See the attached patch diff file (in text). (Note: for GTK2 build only)
>
> Kenji Rikitake
>
> --- Makefile~ 2013-12-16 22:07:17.000000000 +0900
> +++ Makefile 2013-12-17 22:25:38.000000000 +0900
> @@ -157,7 +157,7 @@
> . if ${PORT_OPTIONS:MGTK2}
> USE_GNOME= gtk20
> CONF_OPT_GUI="--enable-gui=gtk2 --with-gtk-prefix=${LOCALBASE}"
> -MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt"
> +MAKE_ARGS+= X_LIBS="$(X_LIBS) -lX11 -lXt"
> USE_XORG+= xt
> . endif
--
Alexander
More information about the freebsd-ports-bugs
mailing list