ports/184614: multimedia/vlc failded to buid with notify enabled

Juergen Lock nox at jelal.kn-bremen.de
Mon Dec 9 17:20:01 UTC 2013


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

From: Juergen Lock <nox at jelal.kn-bremen.de>
To: william88 at gmail.com
Cc: freebsd-multimedia at FreeBSD.org, bug-followup at FreeBSD.org,
        sk8harddiefast at 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--


More information about the freebsd-multimedia mailing list