svn commit: r392313 - head/graphics/librasterlite

Tijl Coosemans tijl at FreeBSD.org
Thu Jul 16 19:03:07 UTC 2015


Author: tijl
Date: Thu Jul 16 19:03:06 2015
New Revision: 392313
URL: https://svnweb.freebsd.org/changeset/ports/392313

Log:
  Fix build after the recent update to databases/spatialite
  
  Reported by:	sbruno

Modified:
  head/graphics/librasterlite/Makefile

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Thu Jul 16 19:01:11 2015	(r392312)
+++ head/graphics/librasterlite/Makefile	Thu Jul 16 19:03:06 2015	(r392313)
@@ -29,6 +29,6 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib -lsqlite3 -lm
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list