1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Fix build after the recent update to databases/spatialite

Reported by:	sbruno
This commit is contained in:
Tijl Coosemans 2015-07-16 19:03:06 +00:00
parent 37f5cfceef
commit 42d4cca9cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392313

View File

@ -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>