|
Lines 29-32
Link Here
|
| 29 |
CONFIGURE_ARGS+= --disable-asm |
29 |
CONFIGURE_ARGS+= --disable-asm |
| 30 |
.endif |
30 |
.endif |
| 31 |
|
31 |
|
|
|
32 |
post-patch: |
| 33 |
@${REINPLACE_CMD} -e 's| @NASM@ -f @NASM_FORMAT@ -o $$@ -- $$<| @NASM@ -f @NASM_FORMAT@ -o $$@ $$<|g' \ |
| 34 |
${WRKSRC}/Makefile.in \ |
| 35 |
${WRKSRC}/mz80/Makefile.in \ |
| 36 |
${WRKSRC}/star/Makefile.in |
| 37 |
|
| 32 |
.include <bsd.port.post.mk> |
38 |
.include <bsd.port.post.mk> |