diff options
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index c1932a869522..5521016e4bb9 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -24,6 +24,10 @@ IGNORE= Requires kernel source (/usr/src/sys) to build .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + post-build: @${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup @${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup |