git: 249bda1dc9eb - main - emulators/rpcs3: drop -CURRENT workaround after src@56f2446575c7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:04:21 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=249bda1dc9eb4c1be7dc6155f430a4abb401184f commit 249bda1dc9eb4c1be7dc6155f430a4abb401184f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-03 15:24:36 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-03 16:01:25 +0000 emulators/rpcs3: drop -CURRENT workaround after src@56f2446575c7 This reverts commit 2bedf96bada46ab7fa87581da4db47210b2a9eec. --- emulators/rpcs3/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 71247f67b56c..2b2327cb4cb5 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -108,15 +108,4 @@ post-patch: -e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \ ${WRKSRC}/${PORTNAME}/git-version.cmake -.include <bsd.port.options.mk> - -# XXX https://github.com/llvm/llvm-project/issues/58207 -.if ${_OSRELEASE:M*-CURRENT} -# Ignore Clang assertions -USES+= llvm -CC= clang${LLVM_VERSION} -CXX= clang++${LLVM_VERSION} -CPP= clang-cpp${LLVM_VERSION} -.endif - .include <bsd.port.mk>