FreeBSD Bugzilla – Attachment 130083 Details for
Bug 174156
deskutils/cdcat: Fix build on 7-stable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 957 bytes, created by
tkato432
on 2012-12-05 18:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-05 18:10:00 UTC
Size:
957 bytes
patch
obsolete
>diff -urN /usr/ports/deskutils/cdcat/Makefile deskutils/cdcat/Makefile >--- /usr/ports/deskutils/cdcat/Makefile 2012-12-01 17:12:39.000000000 +0900 >+++ deskutils/cdcat/Makefile 2012-12-02 05:29:05.000000000 +0900 >@@ -68,10 +68,6 @@ > P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) > MIF_WRKSRC= $$(cd ${PORTSDIR}/multimedia/mediainfo && ${MAKE} -V WRKSRC) > >-.if ${OSVERSION} < 800000 >-BROKEN= does not build on 7.X >-.endif >- > post-extract: > @${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -) > @${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC} >@@ -83,6 +79,11 @@ > 's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp > @${REINPLACE_CMD} -e \ > 's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in >+.if ${OSVERSION} < 800501 >+ @${REINPLACE_CMD} -e \ >+ 's|const struct dirent|struct dirent|' \ >+ ${L7Z_WRKSRC}/Lib7Zip/OSFunctions_UnixLike.cpp >+.endif > > pre-configure: > @cd ${L7Z_WRKSRC} && ./configure --disable-shared \
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 174156
: 130083