summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-30 19:38:34 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-30 19:38:34 +0000
commitb7682a430490b6955a0d7abb877acda5753f36e8 (patch)
tree4b4b403370fc9bb547a2cf6e90caa5440bf203d1 /misc
parent88f50c21b42edaa375360a1cdc421b818dff6d1c (diff)
downloadpkgsrc-b7682a430490b6955a0d7abb877acda5753f36e8.tar.gz
Allow using depracted APIs
Diffstat (limited to 'misc')
-rw-r--r--misc/zyGrib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/zyGrib/Makefile b/misc/zyGrib/Makefile
index e19e5ded738..fe26db5a713 100644
--- a/misc/zyGrib/Makefile
+++ b/misc/zyGrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/03/10 22:10:37 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/03/30 19:38:34 joerg Exp $
#
DISTNAME= zyGrib-8.0.1
@@ -151,6 +151,10 @@ INSTALL_FILES+= tr/zyGrib_pt.ts
INSTALL_FILES+= tr/zyGrib_ru.qm
INSTALL_FILES+= tr/zyGrib_ru.ts
+.include "../../mk/bsd.prefs.mk"
+
+CXXFLAGS+= -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+
do-configure:
cd ${WRKSRC} && ${QTDIR}/bin/qmake "QMAKE_RPATHDIR+=${QWT_DIR}/lib" "QMAKE_LIBDIR+=${QWT_DIR}/lib"