Lines 48-53
Link Here
|
48 |
BROKEN= "Does not configure on alpha 5.x" |
48 |
BROKEN= "Does not configure on alpha 5.x" |
49 |
.endif |
49 |
.endif |
50 |
|
50 |
|
|
|
51 |
.if ${ARCH} != "amd64" && ${ARCH} != "i386" |
52 |
USE_REINPLACE= yes |
53 |
|
54 |
post-patch: |
55 |
# These architectures do not support "-minline-all-stringops" |
56 |
@${REINPLACE_CMD} -e 's|-minline-all-stringops||g' \ |
57 |
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |
58 |
.endif |
59 |
|
51 |
# Generator needs GCC 2.95.x or GCC >= 3.4.2 to work properly. |
60 |
# Generator needs GCC 2.95.x or GCC >= 3.4.2 to work properly. |
52 |
# Generator-CBiere automatically determines the GCC version. |
61 |
# Generator-CBiere automatically determines the GCC version. |