svn commit: r393043 - head/graphics/librasterlite2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 00:51:57 UTC 2015


Author: amdmi3
Date: Tue Jul 28 00:51:56 2015
New Revision: 393043
URL: https://svnweb.freebsd.org/changeset/ports/393043

Log:
  - Fix build
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/librasterlite2/Makefile

Modified: head/graphics/librasterlite2/Makefile
==============================================================================
--- head/graphics/librasterlite2/Makefile	Tue Jul 28 00:25:53 2015	(r393042)
+++ head/graphics/librasterlite2/Makefile	Tue Jul 28 00:51:56 2015	(r393043)
@@ -40,5 +40,6 @@ CONFIGURE_ENV+=	LIBLZMA_CFLAGS=" " LIBLZ
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-lsqlite3
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list