diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 23:40:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 23:40:35 +0000 |
commit | bad2bd6c81d49fd765dc5179ced169985cd207c6 (patch) | |
tree | ded8f65239fa546b4bce5ef78f17d67a7bdc1fa1 /japanese | |
parent | 6f911043e0210f119d3ee25a679056dde3ea998b (diff) |
- Attempt to fix plist on 7.0
Reported by: pointyhat
Approved by: portmgr (hat)
Notes
Notes:
svn path=/head/; revision=202657
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ochusha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index bbd9ae311809..6e1a3f5b1d8b 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -36,6 +36,8 @@ AUTOMAKE_ARGS= -c -a post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DG.*_DISABLE_DEPRECATED||g' + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure \ + ${WRKSRC}/libmodifiedghttp/configure ${WRKSRC}/libmodifiedgtk2/configure pre-configure: @echo "===> Regenerating ${WRKSRC}/libmodifiedgtk2/Makefile.in" |