pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53688 CVS commit: pkgsrc/editors/vim-gtk3



The following reply was made to PR pkg/53688; it has been noted by GNATS.

From: "Leonardo Taccari" <leot%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53688 CVS commit: pkgsrc/editors/vim-gtk3
Date: Mon, 14 Jan 2019 20:20:22 +0000

 Module Name:	pkgsrc
 Committed By:	leot
 Date:		Mon Jan 14 20:20:22 UTC 2019
 
 Modified Files:
 	pkgsrc/editors/vim-gtk3: Makefile
 
 Log Message:
 vim-gtk3: Fix gtk3 build after gtk3 3.24.1 update
 
 vim-gtk3 was affected by a problem similar to PR pkg/53688, and
 the test failed to recognize gtk3 due `undefined reference to
 `epoxy_has_glx'' when `checking for GTK - version >= 3.0.0' in the
 configure phase because instead of linking to pkgsrc libepoxy it
 linked against builtin libepoxy.  Despite that it successfully
 built without gtk3 support but gvim failed at run time with
 `E25: GUI cannot be used: Not enabled at compile time' error.
 
 Sort x11 bl3 includes so instead of failing at run time it fails
 at build time when linking vim.
 
 Add a kludge to override `--x-libraries' and `--x-includes' passed
 by x11.buildlink3.mk to avoid linking against builtin libepoxy and
 fix gtk3 support.
 
 Thanks to and discussed with <rhialto> and <morr>!
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/vim-gtk3/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index