# 2011-01-07 : zyGrib Version 3.9.9 * Distribution for Mac (Intel): ready to use complete .dmg archive. * Bug fixed with Mac version (frequent crash after a download). * New module by Polaris (Tim Holtschneider) : curve plot (yet experimental). # 2010-12-20 : zyGrib Version 3.9.8 * Download high resolution data from Meteoblue (Switzerland and surroundings). * Plot isotherms (actually in Celcius degrees and at 2m above ground). * Reverse mouse wheel zoom (same behaviour than the excellent OpenCPN navigation software). * Freeze first column of meteotables (headers). * More proxy parameters. * New spanish translation by Luis Mederos. * Fix some old bugs... create some new bugs...
29 lines
746 B
Text
29 lines
746 B
Text
$NetBSD: patch-aa,v 1.4 2011/01/22 09:53:46 plunky Exp $
|
|
|
|
libbz2, libz and libproj are all provided by the buildlink3.mk
|
|
framework; no need to use private versions.
|
|
|
|
--- zyGrib.pro.orig 2011-01-07 21:18:45.000000000 +0000
|
|
+++ zyGrib.pro
|
|
@@ -5,9 +5,9 @@
|
|
TARGET = zyGrib
|
|
|
|
DEPENDPATH += . util map GUI
|
|
-INCLUDEPATH += . util map GUI curvedrawer bzip2 zlib-1.2.3 proj-4.6.0/src
|
|
+INCLUDEPATH += . util map GUI curvedrawer
|
|
|
|
-LIBS += -Lbzip2 -lbz2 -Lzlib-1.2.3 -lz -Lproj-4.6.0/src -lproj
|
|
+LIBS += -lbz2 -lz -lproj
|
|
|
|
# ----------------------------------------------------
|
|
# platform specific
|
|
@@ -27,8 +27,7 @@
|
|
ICON = ../img/zyGrib.icns
|
|
}
|
|
else {
|
|
- INCLUDEPATH += /usr/include/qwt-qt4/
|
|
- LIBS += -lqwt-qt4
|
|
+ LIBS += -lqwt
|
|
DESTDIR = .
|
|
}
|
|
}
|