diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:53:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:53:25 +0800 |
commit | 4eaab45a2301b47aa91752293214b1c00c91b3bd (patch) | |
tree | c3a08a3575c0b04728ef77835a3f0c27122c825f | |
parent | 58e6bcbcae21fc63c5e8959131640c58b89d9414 (diff) | |
download | freebsd-ports-gnome-4eaab45a2301b47aa91752293214b1c00c91b3bd.tar.gz freebsd-ports-gnome-4eaab45a2301b47aa91752293214b1c00c91b3bd.tar.zst freebsd-ports-gnome-4eaab45a2301b47aa91752293214b1c00c91b3bd.zip |
- Fix build on 10.x+
Approved by: portmgr blanket
-rw-r--r-- | graphics/libreatlas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index ea4ddbffb74c..0f13f6762808 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -40,7 +40,7 @@ WANT_UNICODE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -LIBS+= -lgeos_c +LIBS+= -lgeos_c -lsqlite3 PLIST_FILES= bin/LibreAtlas |