pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/zyGrib



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Mar 30 19:38:34 UTC 2020

Modified Files:
        pkgsrc/misc/zyGrib: Makefile

Log Message:
Allow using depracted APIs


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/zyGrib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/zyGrib/Makefile
diff -u pkgsrc/misc/zyGrib/Makefile:1.56 pkgsrc/misc/zyGrib/Makefile:1.57
--- pkgsrc/misc/zyGrib/Makefile:1.56    Tue Mar 10 22:10:37 2020
+++ pkgsrc/misc/zyGrib/Makefile Mon Mar 30 19:38:34 2020
@@ -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"
 



Home | Main Index | Thread Index | Old Index