git: a0d0dd6fde21 - main - emulators/rpcs3: restore CMAKE_SKIP_RPATH after a3f27b16b1b9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 00:17:53 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0d0dd6fde21434c3ab7db904683fcfd3125945d commit a0d0dd6fde21434c3ab7db904683fcfd3125945d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-10-02 00:17:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-10-02 00:17:41 +0000 emulators/rpcs3: restore CMAKE_SKIP_RPATH after a3f27b16b1b9 --- emulators/rpcs3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index a33727385a12..1ddffd7839de 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -45,7 +45,7 @@ USE_GL= gl glew USE_QT= base multimedia svg USE_XORG= x11 CMAKE_ON= CMAKE_SKIP_RPATH -CMAKE_ON= ${GLSLANG FFMPEG FLATBUFFERS HIDAPI LIBPNG LIBUSB MINIUPNPC PUGIXML RTMIDI XXHASH ZSTD:L:S/^/USE_SYSTEM_/} +CMAKE_ON+= ${GLSLANG FFMPEG FLATBUFFERS HIDAPI LIBPNG LIBUSB MINIUPNPC PUGIXML RTMIDI XXHASH ZSTD:L:S/^/USE_SYSTEM_/} CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests CMAKE_OFF= USE_NATIVE_INSTRUCTIONS USE_PRECOMPILED_HEADERS LDFLAGS+= -Wl,--as-needed # GLU