Lines 81-86
Link Here
|
81 |
|
81 |
|
82 |
pre-configure: |
82 |
pre-configure: |
83 |
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13 |
83 |
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13 |
|
|
84 |
@CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ |
85 |
| ${XARGS} -n 1 ${DIRNAME}); \ |
86 |
for _D in $${CONFIG_GUESS_DIRS}; do \ |
87 |
${RM} $${_D}/config.guess; \ |
88 |
${CP} ${TEMPLATES}/config.guess $${_D}/config.guess; \ |
89 |
${CHMOD} a+rx $${_D}/config.guess; \ |
90 |
${RM} $${_D}/config.sub; \ |
91 |
${CP} ${TEMPLATES}/config.sub $${_D}/config.sub; \ |
92 |
${CHMOD} a+rx $${_D}/config.sub; \ |
93 |
done |
84 |
# The directory needs to exist, or configure freaks out: |
94 |
# The directory needs to exist, or configure freaks out: |
85 |
@${MKDIR} ${WRKSRC:H:H}/intl/icu/source/common/unicode |
95 |
@${MKDIR} ${WRKSRC:H:H}/intl/icu/source/common/unicode |
86 |
${LN} -s ${LOCALBASE}/include/unicode/uvernum.h \ |
96 |
${LN} -s ${LOCALBASE}/include/unicode/uvernum.h \ |