From 0ffbf8b12bf3820e6b517f99e32ee015cdb9b21c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 1 Aug 2017 20:46:22 +0000 Subject: [PATCH] Revert r446286. ar(1) on head should be fixed with r321674. --- emulators/virtualbox-ose/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index a64d3f55209c..5a2bf5799ece 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -107,10 +107,6 @@ USE_RC_SUBR= vboxheadless vboxwatchdog .include -.if ${OPSYS}${OSREL:R} == FreeBSD12 -BUILD_DEPENDS+= ${LOCALBASE}/bin/ar:devel/binutils -.endif - .if ${SLAVE_PORT} == no CONFLICTS_INSTALL+= virtualbox-ose-nox11-[0-9]* OPTIONS_DEFAULT+= PYTHON @@ -319,10 +315,6 @@ post-patch: @${SED} -e 's|GXX3|VBoxGccFreeBSD|g' \ ${LOCALBASE}/share/kBuild/tools/GXX3.kmk > \ ${WRKSRC}/tools/kBuildTools/VBoxGccFreeBSD.kmk -.endif -.if ${OPSYS}${OSREL:R} == FreeBSD12 - @${ECHO} 'TOOL_GXX3_AR = ${LOCALBASE}/bin/ar' >> \ - ${WRKSRC}/LocalConfig.kmk .endif @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Config.kmk ${WRKSRC}/configure \