Lines 22-28
Link Here
|
22 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
23 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
24 |
USE_PERL5= 5.8.1+ |
24 |
USE_PERL5= 5.8.1+ |
25 |
USE_GCC= 3.4 |
|
|
26 |
|
25 |
|
27 |
HAS_CONFIGURE= yes |
26 |
HAS_CONFIGURE= yes |
28 |
INSTALL_TARGET= install install-devel |
27 |
INSTALL_TARGET= install install-devel |
Lines 36-41
Link Here
|
36 |
BROKEN= Does not build with perl >= 5.10 |
35 |
BROKEN= Does not build with perl >= 5.10 |
37 |
.endif |
36 |
.endif |
38 |
|
37 |
|
|
|
38 |
pre-configure: |
39 |
@${REINPLACE_CMD} -e 's|return "$$CXX seems not to be any|\#|' ${WRKSRC}/support/configure.pl |
40 |
|
39 |
do-configure: |
41 |
do-configure: |
40 |
cd ${WRKSRC}; \ |
42 |
cd ${WRKSRC}; \ |
41 |
${RM} -f build*/conf.make; \ |
43 |
${RM} -f build*/conf.make; \ |
Lines 52-58
Link Here
|
52 |
${ECHO_CMD} PerlExe='${PERL}'; \ |
54 |
${ECHO_CMD} PerlExe='${PERL}'; \ |
53 |
${ECHO_CMD} Arch=; \ |
55 |
${ECHO_CMD} Arch=; \ |
54 |
${ECHO_CMD} ProcessDep=none; \ |
56 |
${ECHO_CMD} ProcessDep=none; \ |
55 |
} | ${GMAKE} configure |
57 |
} | ${GMAKE} ${MAKE_ENV} LD=${LD} configure |
56 |
|
58 |
|
57 |
pre-install: |
59 |
pre-install: |
58 |
${RM} -f `find ${WRKSRC} -name '*.orig'` |
60 |
${RM} -f `find ${WRKSRC} -name '*.orig'` |