Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 19:03:07 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392313 - head/graphics/librasterlite
Message-ID:  <201507161903.t6GJ37YW035101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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