Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 14:53:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393315 - head/graphics/libreatlas
Message-ID:  <201507311453.t6VErQDL068035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 31 14:53:25 2015
New Revision: 393315
URL: https://svnweb.freebsd.org/changeset/ports/393315

Log:
  - Fix build on 10.x+
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/libreatlas/Makefile

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Fri Jul 31 14:52:47 2015	(r393314)
+++ head/graphics/libreatlas/Makefile	Fri Jul 31 14:53:25 2015	(r393315)
@@ -40,7 +40,7 @@ WANT_UNICODE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-LIBS+=		-lgeos_c
+LIBS+=		-lgeos_c -lsqlite3
 
 PLIST_FILES=	bin/LibreAtlas
 



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