svn commit: r393315 - head/graphics/libreatlas

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 31 14:53:27 UTC 2015


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
 


More information about the svn-ports-head mailing list