svn commit: r496772 - head/audio/shout-idjc

Sean Bruno sbruno at FreeBSD.org
Sun Mar 24 19:45:15 UTC 2019


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
 


More information about the svn-ports-all mailing list