Add missing COMPILER_LIBCXX in WANTLIB
This commit is contained in:
parent
a409f3df18
commit
716ad44c9f
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2021/02/21 13:29:58 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2021/10/07 19:54:44 rsadowski Exp $
|
||||
|
||||
COMMENT= sqlite extented with spatial SQL capabilities
|
||||
PROJECT = libspatialite
|
||||
DISTNAME = ${PROJECT}-5.0.1
|
||||
SHARED_LIBS = spatialite 1.2 # 8.2
|
||||
REVISION = 0
|
||||
|
||||
CONFIGURE_ARGS += --enable-rttopo \
|
||||
--enable-gcp #required by spatialite_gui
|
||||
@ -16,7 +17,7 @@ LIB_DEPENDS += converters/libiconv \
|
||||
geo/geos>=3.4.0 \
|
||||
devel/proj
|
||||
|
||||
WANTLIB += pthread bz2 charset crypto curl freexl geos
|
||||
WANTLIB += ${COMPILER_LIBCXX} bz2 charset crypto curl freexl geos
|
||||
WANTLIB += geos_c iconv jpeg lzma m minizip nghttp2 proj rttopo
|
||||
WANTLIB += sqlite3 ssl tiff xml2 z zstd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user