aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 19:39:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 19:39:16 +0000
commit802bc7c933b3f6bffb474e231aa51260a7e5e03a (patch)
tree68807c67613b81eb34df9d0371b5e4f82911d410 /graphics/gdal
parentd224747fb3ab9d22ca9e9697f4d87009ffa48432 (diff)
downloadports-802bc7c933b3f6bffb474e231aa51260a7e5e03a.tar.gz
ports-802bc7c933b3f6bffb474e231aa51260a7e5e03a.zip
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index c87c4648e57c..ece8a8c5f0d1 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -113,12 +113,6 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
XERCES_CONFIGURE_WITH= xerces
XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-CFLAGS+= -flax-vector-conversions
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile
@${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure
@@ -139,4 +133,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>