svn commit: r314462 - head/x11-themes/gtk-equinox-engine
Koop Mast
kwm at FreeBSD.org
Sun Mar 17 16:45:03 UTC 2013
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 at 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}
More information about the svn-ports-all
mailing list