Mark as broken: almost all command call are hardcoded
With hat: portmgr
This commit is contained in:
parent
e904930dda
commit
ca9f12347d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359145
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue