|
Lines 426-432
Link Here
|
| 426 |
# (default: "Makefile.PL" if PERL_CONFIGURE is set, |
426 |
# (default: "Makefile.PL" if PERL_CONFIGURE is set, |
| 427 |
# "configure" otherwise). |
427 |
# "configure" otherwise). |
| 428 |
# CONFIGURE_TARGET - The name of target to call when GNU_CONFIGURE is |
428 |
# CONFIGURE_TARGET - The name of target to call when GNU_CONFIGURE is |
| 429 |
# defined (default: ${MACHINE_ARCH}--freebsd${OSREL}). |
429 |
# defined (default: ${MACHINE_ARCH}-portbld-freebsd${OSREL}). |
| 430 |
# CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is set |
430 |
# CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is set |
| 431 |
# (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if |
431 |
# (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if |
| 432 |
# GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS} |
432 |
# GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS} |
|
Lines 1382-1388
Link Here
|
| 1382 |
.endif |
1382 |
.endif |
| 1383 |
|
1383 |
|
| 1384 |
CONFIGURE_SCRIPT?= configure |
1384 |
CONFIGURE_SCRIPT?= configure |
| 1385 |
CONFIGURE_TARGET?= ${MACHINE_ARCH}--freebsd${OSREL} |
1385 |
CONFIGURE_TARGET?= ${MACHINE_ARCH}-portbld-freebsd${OSREL} |
| 1386 |
CONFIGURE_LOG?= config.log |
1386 |
CONFIGURE_LOG?= config.log |
| 1387 |
|
1387 |
|
| 1388 |
.if defined(GNU_CONFIGURE) |
1388 |
.if defined(GNU_CONFIGURE) |