2a14b3871f
improvements include new weather features (convective available potential energy - an indicator of potential thunderstorm strength), several new translations (German, Spanish, Italian, Russian, Dutch) plus bugfixes
18 lines
497 B
Text
18 lines
497 B
Text
$NetBSD: patch-aa,v 1.2 2009/08/07 13:45:01 plunky Exp $
|
|
|
|
libbz2, libz and libproj are all provided by the buildlink3.mk
|
|
framework; no need to use private versions.
|
|
|
|
--- zyGrib.pro.orig 2009-04-10 23:07:17.000000000 +0000
|
|
+++ zyGrib.pro
|
|
@@ -5,8 +5,8 @@ TEMPLATE = app
|
|
TARGET = zyGrib
|
|
|
|
DEPENDPATH += .
|
|
-INCLUDEPATH += GUI bzip2 zlib-1.2.3 proj-4.6.0/src
|
|
-LIBS += -Lbzip2 -lbz2 -Lzlib-1.2.3 -lz -Lproj-4.6.0/src -lproj
|
|
+INCLUDEPATH += GUI
|
|
+LIBS += -lbz2 -lz -lproj
|
|
|
|
win32 {
|
|
LIBS += -lregex
|