aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-07-17 03:03:06 +0800
committertijl <tijl@FreeBSD.org>2015-07-17 03:03:06 +0800
commitb9f91b4a707c9d113738b8b4587968d28230677f (patch)
treec4b3ad28ccc4a4e19057685779467f310210a6d7 /graphics
parentf7c954aedc179ebd455d1c777621ef30358f4348 (diff)
downloadfreebsd-ports-gnome-b9f91b4a707c9d113738b8b4587968d28230677f.tar.gz
freebsd-ports-gnome-b9f91b4a707c9d113738b8b4587968d28230677f.tar.zst
freebsd-ports-gnome-b9f91b4a707c9d113738b8b4587968d28230677f.zip
Fix build after the recent update to databases/spatialite
Reported by: sbruno
Diffstat (limited to 'graphics')
-rw-r--r--graphics/librasterlite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile
index f3cc5510a79a..03cf9d16483f 100644
--- a/graphics/librasterlite/Makefile
+++ b/graphics/librasterlite/Makefile
@@ -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>