diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 06:23:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 06:23:00 +0800 |
commit | 8b468ea7c86dddc9c8f17dfbc37a765d376f6bd5 (patch) | |
tree | 0a5a88c7648ad9a60b0ed261449b5d667761d384 /chinese | |
parent | fe574a61efaeaf394e4448902bba28e58b4a2e47 (diff) | |
download | freebsd-ports-gnome-8b468ea7c86dddc9c8f17dfbc37a765d376f6bd5.tar.gz freebsd-ports-gnome-8b468ea7c86dddc9c8f17dfbc37a765d376f6bd5.tar.zst freebsd-ports-gnome-8b468ea7c86dddc9c8f17dfbc37a765d376f6bd5.zip |
Mark as broken: almost all command call are hardcoded
With hat: portmgr
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/miniChinput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/miniChinput/Makefile b/chinese/miniChinput/Makefile index 0b5eff7242b9..53c0dde29167 100644 --- a/chinese/miniChinput/Makefile +++ b/chinese/miniChinput/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= all data INSTALL_TARGET= install data-install MAKE_JOBS_UNSAFE= yes +BROKEN= Hard code make, gcc, g++ and more everywhere MAN1= chinput.1 NO_STAGE= yes @@ -29,7 +30,7 @@ BROKEN= Build fails on sparc64 .endif post-patch: - @${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,make,${MAKE_CMD},g' ${WRKSRC}/src/Makefile.in @echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile @${REINPLACE_CMD} 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/ImmModules/cce/Makefile.in \ ${WRKSRC}/ImmModules/turbo/Makefile.in \ |