pmax is missing dl functions, so disable dynamic 'load' command
This commit is contained in:
parent
17a86bbbad
commit
ce2d5b9246
@ -19,6 +19,9 @@ GNU_CONFIGURE= yes
|
|||||||
.if (${MACHINE_ARCH} != "alpha")
|
.if (${MACHINE_ARCH} != "alpha")
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
.endif
|
.endif
|
||||||
|
.if (${MACHINE_ARCH} != "pmax")
|
||||||
|
CONFIGURE_ARGS= --disable-load
|
||||||
|
.endif
|
||||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
Loading…
Reference in New Issue
Block a user