Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 09:47:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497240 - head/audio/libshout
Message-ID:  <201903300947.x2U9lVp6064561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903300947.x2U9lVp6064561>