|
Lines 19-29
Link Here
|
| 19 |
USE_GMAKE= defined |
19 |
USE_GMAKE= defined |
| 20 |
PATCH_STRIP= -p1 |
20 |
PATCH_STRIP= -p1 |
| 21 |
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1 |
21 |
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1 |
|
|
22 |
USE_REINPLACE= yes |
| 22 |
|
23 |
|
| 23 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.pre.mk> |
| 24 |
|
25 |
|
| 25 |
.if ${ARCH} != "i386" |
26 |
.if ${ARCH} != "i386" |
| 26 |
BROKEN= "Does not compile on !i386" |
27 |
BROKEN= "Does not compile on !i386" |
| 27 |
.endif |
28 |
.endif |
|
|
29 |
|
| 30 |
post-patch: |
| 31 |
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3|${CFLAGS}|' \ |
| 32 |
${WRKSRC}/Make.defs |
| 28 |
|
33 |
|
| 29 |
.include <bsd.port.post.mk> |
34 |
.include <bsd.port.post.mk> |