diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
commit | 48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch) | |
tree | b627baa77f19bb1eab2fa4dee08aab1908131cd0 /www/kazehakase | |
parent | fbdf96410f8e803568c33397323dd9d8d3af995f (diff) |
Notes
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 6959c7fae39a..19091f8e309a 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -81,6 +81,8 @@ post-patch: .endif @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED=1||g' + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure pre-install: @${REINPLACE_CMD} -e 's|localen|locale|' \ |