From 086c4eec622fad1587afb0b96e06ffad4bebd2da Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 21 Dec 2007 21:49:20 +0000 Subject: [PATCH] - This installs libffi files into different directory on 7.x than on 6.x. Might be a viable option to disable libffi, it's already disabled on !i386. Mark BROKEN for now. --- lang/pnet-base/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index c77d75b445a6..e986742bfae7 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -61,6 +61,10 @@ CONFIGURE_ARGS+= --without-libffi \ PLIST_SUB= I386="@comment " .else PLIST_SUB= I386="" + +.if ${OSVERSION} >= 700000 +BROKEN= Bad plist +.endif .endif post-everything::