aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-09 15:25:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-09 15:25:08 +0000
commite1f9d3b92c64b89230a43f8ff3ef5b8998dcf547 (patch)
tree96cf4948f3196968b09a9948a75c9c22d89e9715 /x11-themes
parent9fa8fed1d4c10aaea35c26e5982b9cafd5698dff (diff)
downloadports-e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547.tar.gz
ports-e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/rezlooks/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile
index 7e7b4c8f162c..e1a21cd0ed4e 100644
--- a/x11-themes/rezlooks/Makefile
+++ b/x11-themes/rezlooks/Makefile
@@ -26,4 +26,8 @@ OPTIONS+= ANIMATION "Animation support" On
CONFIGURE_ARGS+= --enable-animation
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
+ ${WRKSRC}/src/animation.c
+
.include <bsd.port.mk>