View | Details | Raw Unified | Return to bug 211203 | Differences between
and this patch

Collapse All | Expand All

(-)postgis22/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	postgis
3
PORTNAME=	postgis
4
PORTVERSION=	2.2.2
4
PORTVERSION=	2.2.2
5
PORTREVISION=	1
5
CATEGORIES=	databases geography
6
CATEGORIES=	databases geography
6
MASTER_SITES=	http://download.osgeo.org/postgis/source/
7
MASTER_SITES=	http://download.osgeo.org/postgis/source/
7
PKGNAMESUFFIX=	22
8
PKGNAMESUFFIX=	22
(-)postgis22/files/patch-libpgcommon_Makefile.in (+11 lines)
Line 0 Link Here
1
--- libpgcommon/Makefile.in.orig	2015-05-13 18:13:18 UTC
2
+++ libpgcommon/Makefile.in
3
@@ -10,7 +10,7 @@
4
 # **********************************************************************
5
 
6
 CC=@CC@
7
-CFLAGS=@CFLAGS@ -I../liblwgeom @PGSQL_BE_CPPFLAGS@ @PROJ_CPPFLAGS@ @PICFLAGS@ @WARNFLAGS@ @GETTEXT_CFLAGS@
8
+CFLAGS=-I../liblwgeom @CFLAGS@ @PGSQL_BE_CPPFLAGS@ @PROJ_CPPFLAGS@ @PICFLAGS@ @WARNFLAGS@ @GETTEXT_CFLAGS@
9
 LDFLAGS=@GETTEXT_LDFLAGS@ @LIBINTL@
10
 
11
 NUMERICFLAGS=@NUMERICFLAGS@

Return to bug 211203