Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 20:50:01 GMT
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/184913: editors/vim not build
Message-ID:  <201312172050.rBHKo1wo001751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184913; it has been noted by GNATS.

From: Alexander Panyushkin <vsityz@gmail.com>
To: Kenji Rikitake <kenji@k2r.org>, bug-followup@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312172050.rBHKo1wo001751>