Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 18:11:07 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        william88@gmail.com
Cc:        freebsd-multimedia@FreeBSD.org, sk8harddiefast@gmail.com, bug-followup@FreeBSD.org
Subject:   Re: ports/184614: multimedia/vlc failded to buid with notify enabled
Message-ID:  <20131209171107.GA88120@enceladus10.kn-bremen.de>
In-Reply-To: <201312090020.rB90K0d3009260@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Actually I was able to reproduce this in powderkeg, can you try the
attached patch?

 Thanx, :)
	Juergen

--MGYHOYXEY6WxJCY8
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="vlc-notify.patch"

Index: Makefile
===================================================================
--- Makefile	(revision 335948)
+++ Makefile	(working copy)
@@ -167,7 +167,8 @@
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
+			libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20
 NOTIFY_CONFIGURE_ENABLE=	notify
 
 OPTIMIZED_CFLAGS_CFLAGS=	-O3 -ffast-math -fomit-frame-pointer

--MGYHOYXEY6WxJCY8--



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