Lines 68-77
Link Here
|
68 |
P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) |
68 |
P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) |
69 |
MIF_WRKSRC= $$(cd ${PORTSDIR}/multimedia/mediainfo && ${MAKE} -V WRKSRC) |
69 |
MIF_WRKSRC= $$(cd ${PORTSDIR}/multimedia/mediainfo && ${MAKE} -V WRKSRC) |
70 |
|
70 |
|
71 |
.if ${OSVERSION} < 800000 |
|
|
72 |
BROKEN= does not build on 7.X |
73 |
.endif |
74 |
|
75 |
post-extract: |
71 |
post-extract: |
76 |
@${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -) |
72 |
@${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -) |
77 |
@${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC} |
73 |
@${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC} |
Lines 83-88
Link Here
|
83 |
's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp |
79 |
's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp |
84 |
@${REINPLACE_CMD} -e \ |
80 |
@${REINPLACE_CMD} -e \ |
85 |
's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in |
81 |
's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in |
|
|
82 |
.if ${OSVERSION} < 800501 |
83 |
@${REINPLACE_CMD} -e \ |
84 |
's|const struct dirent|struct dirent|' \ |
85 |
${L7Z_WRKSRC}/Lib7Zip/OSFunctions_UnixLike.cpp |
86 |
.endif |
86 |
|
87 |
|
87 |
pre-configure: |
88 |
pre-configure: |
88 |
@cd ${L7Z_WRKSRC} && ./configure --disable-shared \ |
89 |
@cd ${L7Z_WRKSRC} && ./configure --disable-shared \ |