Skip to content

Commit

Permalink
net/freerdp: fix dependency from libpcsclite.so
Browse files Browse the repository at this point in the history
libpcsclite.so is not dynamically linked - it loaded in runtime.
Option PCSC isn't default.
  • Loading branch information
VVD committed Apr 30, 2024
1 parent 99be3f7 commit 6606ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/freerdp/Makefile
Expand Up @@ -115,7 +115,7 @@ OPENH264_LIB_DEPENDS= libopenh264.so:multimedia/openh264
OPENH264_CMAKE_BOOL= WITH_OPENH264

# LoadLibraryA("libpcsclite.so")
PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
PCSC_RUN_DEPENDS= ${LOCALBASE}/lib/libpcsclite.so:devel/pcsc-lite
PCSC_CMAKE_BOOL= WITH_PCSC

PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
Expand Down

0 comments on commit 6606ac0

Please sign in to comment.