diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-29 04:24:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-29 04:24:57 +0000 |
commit | 4ae9576839cc3b9d4023275f9894e531a0df0702 (patch) | |
tree | f14d180012fa55ce07ba820fe592e65372dc17a4 /chinese | |
parent | a8a6d457c703f6a7a2fa58a0114eb6ae8ca0f5f7 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 8 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index ae04e55b91d4..0266ada01f43 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -54,12 +54,18 @@ pre-patch: @${REINPLACE_CMD} -e 's,qsort,mergesort,' ${WRKSRC}/gcin2tab.c @${REINPLACE_CMD} -e 's|/usr/local|/usr|g' \ ${WRKSRC}/gtk-im/Makefile ${WRKSRC}/menu/Makefile + @${REINPLACE_CMD} -e 's,/usr/lib,${LOCALBASE}/lib,' ${WRKSRC}/qt-im/Makefile @${REINPLACE_CMD} -e 's/modify-XIM //; 8,10 d' ${WRKSRC}/scripts/Makefile - @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s/opt\/gnome/usr\/X11R6/;' \ + @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s,/opt/gnome,${X11BASE},;' \ ${WRKSRC}/scripts/utf8-edit ${WRKSRC}/scripts/gcin-user-setup @${REINPLACE_CMD} -e 's,wget,fetch,' ${WRKSRC}/scripts/noseeing-inst @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,' \ ${WRKSRC}/gtk-im/gtkimcontextgcin.c + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ + ${WRKSRC}/IMdkit/lib/Makefile \ + ${WRKSRC}/IMdkit/Xi18n_sample/Makefile ${WRKSRC}/Makefile \ + ${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \ + ${WRKSRC}/scripts/utf8-edit .if defined(WITH_BOSHIAMY) post-patch: diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index ae04e55b91d4..0266ada01f43 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -54,12 +54,18 @@ pre-patch: @${REINPLACE_CMD} -e 's,qsort,mergesort,' ${WRKSRC}/gcin2tab.c @${REINPLACE_CMD} -e 's|/usr/local|/usr|g' \ ${WRKSRC}/gtk-im/Makefile ${WRKSRC}/menu/Makefile + @${REINPLACE_CMD} -e 's,/usr/lib,${LOCALBASE}/lib,' ${WRKSRC}/qt-im/Makefile @${REINPLACE_CMD} -e 's/modify-XIM //; 8,10 d' ${WRKSRC}/scripts/Makefile - @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s/opt\/gnome/usr\/X11R6/;' \ + @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s,/opt/gnome,${X11BASE},;' \ ${WRKSRC}/scripts/utf8-edit ${WRKSRC}/scripts/gcin-user-setup @${REINPLACE_CMD} -e 's,wget,fetch,' ${WRKSRC}/scripts/noseeing-inst @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,' \ ${WRKSRC}/gtk-im/gtkimcontextgcin.c + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ + ${WRKSRC}/IMdkit/lib/Makefile \ + ${WRKSRC}/IMdkit/Xi18n_sample/Makefile ${WRKSRC}/Makefile \ + ${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \ + ${WRKSRC}/scripts/utf8-edit .if defined(WITH_BOSHIAMY) post-patch: |