Date: Mon, 9 Dec 2013 17:20:00 GMT From: Juergen Lock <nox@jelal.kn-bremen.de> To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/184614: multimedia/vlc failded to buid with notify enabled Message-ID: <201312091720.rB9HK0UL057086@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184614; it has been noted by GNATS.
From: Juergen Lock <nox@jelal.kn-bremen.de>
To: william88@gmail.com
Cc: freebsd-multimedia@FreeBSD.org, bug-followup@FreeBSD.org,
sk8harddiefast@gmail.com
Subject: Re: ports/184614: multimedia/vlc failded to buid with notify enabled
Date: Mon, 9 Dec 2013 18:11:07 +0100
--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?201312091720.rB9HK0UL057086>
