FreeBSD Bugzilla – Attachment 223796 Details for
Bug 254751
devel/e2fsprogs-libss: fails to build with /bin/sh: compile_et: not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
workaround for build error
buildfix.diff (text/plain), 668 bytes, created by
Felix Palmen
on 2021-04-03 22:12:18 UTC
(
hide
)
Description:
workaround for build error
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2021-04-03 22:12:18 UTC
Size:
668 bytes
patch
obsolete
>Index: devel/e2fsprogs-libss/Makefile >=================================================================== >--- devel/e2fsprogs-libss/Makefile (revision 569609) >+++ devel/e2fsprogs-libss/Makefile (working copy) >@@ -19,11 +19,14 @@ > BUILD_WRKSRC= ${WRKSRC}/lib/ss > INSTALL_WRKSRC= ${WRKSRC}/lib/ss > FILESDIR= ${.CURDIR}/files >+LDFLAGS= -L${WRKSRC}/lib/et > > PKGDIR= ${.CURDIR} > > pre-build: >- (cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \ >+ ${MAKE_CMD} -C ${WRKSRC}/lib/et >+ (cd ${WRKSRC}/lib/ss && \ >+ _ET_DIR_OVERRIDE=${WRKSRC}/lib/et ../et/compile_et ss_err.et && \ > ${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h) > > .include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254751
:
223795
|
223796
|
224472
|
225529
|
231038