mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
@ -19,6 +19,7 @@ ALL_TARGET= all data
|
|||||||
INSTALL_TARGET= install data-install
|
INSTALL_TARGET= install data-install
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
BROKEN= Hard code make, gcc, g++ and more everywhere
|
||||||
MAN1= chinput.1
|
MAN1= chinput.1
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
@ -29,7 +30,7 @@ BROKEN= Build fails on sparc64
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
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
|
@echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile
|
||||||
@${REINPLACE_CMD} 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/ImmModules/cce/Makefile.in \
|
@${REINPLACE_CMD} 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/ImmModules/cce/Makefile.in \
|
||||||
${WRKSRC}/ImmModules/turbo/Makefile.in \
|
${WRKSRC}/ImmModules/turbo/Makefile.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user