aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-05 02:06:20 +0800
committerpav <pav@FreeBSD.org>2007-02-05 02:06:20 +0800
commitc3f8bad46413699fe1bdb785ac8bf02e218050ad (patch)
tree0118f92fe1db64dd6e74719c1a5e2d9468427834 /chinese
parent0db2df7be6b0e2b49286074b540385fba2830191 (diff)
downloadfreebsd-ports-gnome-c3f8bad46413699fe1bdb785ac8bf02e218050ad.tar.gz
freebsd-ports-gnome-c3f8bad46413699fe1bdb785ac8bf02e218050ad.tar.zst
freebsd-ports-gnome-c3f8bad46413699fe1bdb785ac8bf02e218050ad.zip
- Fix after objformat removal
Diffstat (limited to 'chinese')
-rw-r--r--chinese/vflib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile
index a4e8102d498f..8451fc2b33c4 100644
--- a/chinese/vflib/Makefile
+++ b/chinese/vflib/Makefile
@@ -42,8 +42,9 @@ pre-patch:
@${SED} -e "s;%%LOCALBASE%%;${LOCALBASE};g" -e "s;%%X11BASE%%;${X11BASE};g" ${DISTDIR}/zh-vfontcap.in > ${WRKSRC}/vfontcap
post-patch:
- ${REINPLACE_CMD} -e "s,varargs.h,stdarg.h," ${WRKSRC}/tools/disol.c
- ${REINPLACE_CMD} -e "s,^vflib2_version=.*,vflib2_version='${VFLIB_VERSION}'," ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,varargs.h,stdarg.h," ${WRKSRC}/tools/disol.c
+ @${REINPLACE_CMD} -e "s,^vflib2_version=.*,vflib2_version='${VFLIB_VERSION}'," ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,echo aout,echo elf," ${WRKSRC}/ltconfig
post-install:
@(cd ${WRKSRC}/tools; \