aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-13 07:40:35 +0800
committerpav <pav@FreeBSD.org>2007-11-13 07:40:35 +0800
commit4bc68a2da74828eaaa2878fdcb15d1230ced2440 (patch)
tree54fa81e8579e4ad60b7656931b144d9f1c77d3a0 /japanese
parent0c53d2f267a3e74f5806d1a49e6ad5616dfabe1c (diff)
downloadfreebsd-ports-gnome-4bc68a2da74828eaaa2878fdcb15d1230ced2440.tar.gz
freebsd-ports-gnome-4bc68a2da74828eaaa2878fdcb15d1230ced2440.tar.zst
freebsd-ports-gnome-4bc68a2da74828eaaa2878fdcb15d1230ced2440.zip
- Attempt to fix plist on 7.0
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ochusha/Makefile2
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"