diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-09 15:25:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-09 15:25:08 +0000 |
commit | e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547 (patch) | |
tree | 96cf4948f3196968b09a9948a75c9c22d89e9715 /x11-themes/rezlooks/Makefile | |
parent | 9fa8fed1d4c10aaea35c26e5982b9cafd5698dff (diff) | |
download | ports-e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547.tar.gz ports-e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547.zip |
Fix build with glib 2.34.
Submitted by: miwi
Notes
Notes:
svn path=/head/; revision=313721
Diffstat (limited to 'x11-themes/rezlooks/Makefile')
-rw-r--r-- | x11-themes/rezlooks/Makefile | 4 |
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> |