Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 19:45:14 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496772 - head/audio/shout-idjc
Message-ID:  <201903241945.x2OJjESs041731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun Mar 24 19:45:13 2019
New Revision: 496772
URL: https://svnweb.freebsd.org/changeset/ports/496772

Log:
  Fix build after base r345349
  
  PR:		236141

Modified:
  head/audio/shout-idjc/Makefile

Modified: head/audio/shout-idjc/Makefile
==============================================================================
--- head/audio/shout-idjc/Makefile	Sun Mar 24 19:42:38 2019	(r496771)
+++ head/audio/shout-idjc/Makefile	Sun Mar 24 19:45:13 2019	(r496772)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 GNU_CONFIGURE=	yes
 USES=		libtool pathfix pkgconfig autoreconf
 USE_LDCONFIG=	yes
+LDFLAGS+=       -lcrypto -L${LOCALBASE}/lib -logg
 
 OPTIONS_DEFINE=	DOCS
 



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