From 3b7bd0a1490f574288fc9a02617a19cf238254e0 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 10 Aug 2014 19:50:23 +0000 Subject: Fix problems with missing libs when the linker enforces explicit linking (a* to d* categories) PR: 192062 --- audio/raop_play/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/raop_play') diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 47c452c81444..7286ec42d186 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -23,6 +23,10 @@ LDFLAGS+= `fltk-config --ldflags` USES= gmake USE_GNOME= glib20 +post-patch: + @${REINPLACE_CMD} 's/-lssl/-lcrypto/' \ + ${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in + pre-build: ${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/ -- cgit v1.2.3