From ce2d5b924630b91f75b9ae4623b8960749e7e885 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 21 Jan 1998 22:06:59 +0000 Subject: [PATCH] pmax is missing dl functions, so disable dynamic 'load' command --- lang/tcl80/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index c1ad571c007..9a6086298b0 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -19,6 +19,9 @@ GNU_CONFIGURE= yes .if (${MACHINE_ARCH} != "alpha") CONFIGURE_ARGS= --enable-shared .endif +.if (${MACHINE_ARCH} != "pmax") +CONFIGURE_ARGS= --disable-load +.endif CONFIGURE_ENV= PORTSDIR=${PORTSDIR} post-install: