Lines 253-265
Link Here
|
253 |
.endfor |
253 |
.endfor |
254 |
${LN} -s ${WRKSRC}/src/png.h ${WRKSRC}/src/mame_png.h |
254 |
${LN} -s ${WRKSRC}/src/png.h ${WRKSRC}/src/mame_png.h |
255 |
|
255 |
|
256 |
.if ${MAMEMESS} == "mess" |
|
|
257 |
.if ${OSVERSION} < 500000 |
258 |
${REINPLACE_CMD} -e "s@-Wl,--allow-multiple-definition@@" \ |
259 |
${WRKSRC}/makefile.mes ${WRKSRC}/src/unix/unix.mak |
260 |
.endif |
261 |
.endif |
262 |
|
263 |
post-build: |
256 |
post-build: |
264 |
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} SDL_VIDEODRIVER=aalib \ |
257 |
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} SDL_VIDEODRIVER=aalib \ |
265 |
${GMAKE} doc/x${MAMEMESS}.6 |
258 |
${GMAKE} doc/x${MAMEMESS}.6 |