d2114b762c
object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. ok simon@
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
$OpenBSD: patch-lwgeom_Makefile,v 1.1.1.1 2007/12/08 19:47:47 eric Exp $
|
|
--- lwgeom/Makefile.orig Sat Jul 22 15:35:47 2006
|
|
+++ lwgeom/Makefile Sat Jul 22 15:35:18 2006
|
|
@@ -2,6 +2,7 @@
|
|
include ../Makefile.config
|
|
include ../Version.config
|
|
|
|
+override shlib=lib$(NAME)$(DLSUFFIX)
|
|
#---------------------------------------------------------------
|
|
# Default missing CXX variable to c++
|
|
#
|