Date: Sun, 17 Mar 2013 16:50:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/176879: commit references a PR Message-ID: <201303171650.r2HGo2UN048612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176879; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176879: commit references a PR Date: Sun, 17 Mar 2013 16:45:13 +0000 (UTC) Author: kwm Date: Sun Mar 17 16:45:03 2013 New Revision: 314462 URL: http://svnweb.freebsd.org/changeset/ports/314462 Log: Fix build with glib-2.34. PR: ports/176879 Submitted by: Piotr Kubaj <pkubaj@gmail.com> Modified: head/x11-themes/gtk-equinox-engine/Makefile Modified: head/x11-themes/gtk-equinox-engine/Makefile ============================================================================== --- head/x11-themes/gtk-equinox-engine/Makefile Sun Mar 17 16:44:33 2013 (r314461) +++ head/x11-themes/gtk-equinox-engine/Makefile Sun Mar 17 16:45:03 2013 (r314462) @@ -45,6 +45,8 @@ post-patch: @${FIND} ${WRKDIR} -name 'gtkrc' -exec \ ${REINPLACE_CMD} -e 's!^include "apps/nautilus\.rc"!#&!' {} + @${FIND} ${WRKDIR} -type f -name 'gtkrc.bak' -exec ${RM} -f {} + + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/animation.c post-install: @${MKDIR} ${DATADIR} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171650.r2HGo2UN048612>