svn commit: r439434 - head/textproc/the_silver_searcher

Jimmy Olgeni olgeni at FreeBSD.org
Wed Apr 26 08:46:51 UTC 2017


Author: olgeni
Date: Wed Apr 26 08:46:50 2017
New Revision: 439434
URL: https://svnweb.freebsd.org/changeset/ports/439434

Log:
  Add LDFLAGS to fix build failures when archivers/lzmalib is installed.
  
  Submitted by:	Walter Schwarzenfeld

Modified:
  head/textproc/the_silver_searcher/Makefile

Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile	Wed Apr 26 08:31:58 2017	(r439433)
+++ head/textproc/the_silver_searcher/Makefile	Wed Apr 26 08:46:50 2017	(r439434)
@@ -21,6 +21,7 @@ AUTOMAKE_ARGS+=	--add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LZMA_LIBS=-llzma
 CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include
+LDFLAGS+=	-L/usr/lib -llzma
 USES=		autoreconf pkgconfig
 TEST_TARGET=	test
 


More information about the svn-ports-all mailing list