diff options
author | pav <pav@FreeBSD.org> | 2007-02-05 02:06:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-05 02:06:20 +0800 |
commit | c3f8bad46413699fe1bdb785ac8bf02e218050ad (patch) | |
tree | 0118f92fe1db64dd6e74719c1a5e2d9468427834 /chinese | |
parent | 0db2df7be6b0e2b49286074b540385fba2830191 (diff) | |
download | freebsd-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/Makefile | 5 |
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; \ |