openbsd-ports/geo/qgis/patches/patch-src_providers_postgres_qgspostgresprovider_cpp
landry afa5a71b2d Import Quantum GIS 1.0.2:
QGIS aims to be an easy to use GIS, providing common functions and
features. The initial goal was to provide a GIS data viewer, but now
it also permits to edit, create and analyze lots of spatial datas.
QGIS supports a number of raster and vector data formats, with new
support easily added using the plugin architecture.

with some tweaks by and ok ajacoutot@
2009-06-01 23:14:58 +00:00

12 lines
383 B
Plaintext

$OpenBSD: patch-src_providers_postgres_qgspostgresprovider_cpp,v 1.1.1.1 2009/06/01 23:14:58 landry Exp $
--- src/providers/postgres/qgspostgresprovider.cpp.orig Sun May 31 14:36:42 2009
+++ src/providers/postgres/qgspostgresprovider.cpp Sun May 31 14:37:24 2009
@@ -21,6 +21,7 @@
#ifdef WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
#include <netinet/in.h>
#endif