aboutsummaryrefslogtreecommitdiff
path: root/www/kazehakase
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-01-13 04:26:39 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-01-13 04:26:39 +0000
commit6cbc90cfc1520d6381a0ba3d15acb4ec7a61487a (patch)
tree2712c34663d776b75ef8d020594e02709741da69 /www/kazehakase
parent581301275b653923f5437b0526bc079c2910822f (diff)
downloadports-6cbc90cfc1520d6381a0ba3d15acb4ec7a61487a.tar.gz
ports-6cbc90cfc1520d6381a0ba3d15acb4ec7a61487a.zip
Fix the build w/ latest GTK+2.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=225924
Diffstat (limited to 'www/kazehakase')
-rw-r--r--www/kazehakase/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 546a1f3ad8dc..306b7ebffcc4 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -86,6 +86,8 @@ post-patch:
.if defined(WITH_THUMBNAIL)
@${ECHO_MSG} "create_thumbnail=true" >> ${WRKSRC}/etc/kzrc
.endif
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED=1||g'
pre-install:
@${REINPLACE_CMD} -e 's|localen|locale|' \