svn commit: r497240 - head/audio/libshout

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 30 09:47:32 UTC 2019


Author: sunpoet
Date: Sat Mar 30 09:47:31 2019
New Revision: 497240
URL: https://svnweb.freebsd.org/changeset/ports/497240

Log:
  Fix build on 13-CURRENT after base r345349
  
  PR:		236141
  Reported by:	pkg-fallout

Modified:
  head/audio/libshout/Makefile

Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile	Sat Mar 30 09:01:08 2019	(r497239)
+++ head/audio/libshout/Makefile	Sat Mar 30 09:47:31 2019	(r497240)
@@ -24,6 +24,7 @@ USES=		gmake libtool pathfix pkgconfig ssl
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+LDFLAGS+=	-lcrypto
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list