pmax is missing dl functions, so disable dynamic 'load' command

This commit is contained in:
jason 1998-01-21 22:06:59 +00:00
parent 17a86bbbad
commit ce2d5b9246

View File

@ -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: