From: Paul Ramsey Date: Fri, 8 Sep 2017 19:56:19 +0000 (+0000) Subject: Quiet build noise in raster X-Git-Tag: 2.4.0rc1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16256886f96278c284c5863d429c546fc8f49965;p=postgis Quiet build noise in raster git-svn-id: http://svn.osgeo.org/postgis/trunk@15663 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rtpostgis.h b/raster/rt_pg/rtpostgis.h index ca883517a..7577d2eb0 100644 --- a/raster/rt_pg/rtpostgis.h +++ b/raster/rt_pg/rtpostgis.h @@ -28,6 +28,14 @@ #ifndef RTPOSTGIS_H_INCLUDED #define RTPOSTGIS_H_INCLUDED +/* Quiet build noise by stripping duplicate MACRO defns */ +/* coming from include files */ +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION + #include "librtcore.h" /* Debugging macros */