diff options
author | 2017-01-17 00:42:58 +0100 | |
---|---|---|
committer | 2017-01-17 00:48:04 +0100 | |
commit | 60a4e4fed9d7555953a3a5bbde337350658008eb (patch) | |
tree | 4b5f736b5e92e13bf94e15f748032f361e1e41c9 /app-misc/zygrib/files | |
parent | net-analyzer/linkchecker: Fix requests check (bug #598064) (diff) | |
download | gentoo-60a4e4fed9d7555953a3a5bbde337350658008eb.tar.gz gentoo-60a4e4fed9d7555953a3a5bbde337350658008eb.tar.bz2 gentoo-60a4e4fed9d7555953a3a5bbde337350658008eb.zip |
app-misc/zygrib: add new version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-misc/zygrib/files')
-rw-r--r-- | app-misc/zygrib/files/zygrib-8.0.1-libs.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/zygrib/files/zygrib-8.0.1-libs.patch b/app-misc/zygrib/files/zygrib-8.0.1-libs.patch new file mode 100644 index 000000000000..3aa7446f209b --- /dev/null +++ b/app-misc/zygrib/files/zygrib-8.0.1-libs.patch @@ -0,0 +1,20 @@ +--- src/zyGrib.pro.orig 2017-01-16 21:55:32.459388028 +0100 ++++ src/zyGrib.pro 2017-01-16 22:17:18.509256966 +0100 +@@ -8,7 +8,7 @@ + TARGET = zyGrib + + DEPENDPATH += . util map GUI +-INCLUDEPATH += . util map GUI curvedrawer qwt-6.1.3/src g2clib ++INCLUDEPATH += . util map GUI curvedrawer /usr/include/qwt6 g2clib + + # ---------------------------------------------------- + # platform specific +@@ -35,7 +35,7 @@ + } + } + +-LIBS += -lbz2 -lz -lproj -lnova -Lqwt-6.1.3/lib/ -lqwt ++LIBS += -lbz2 -lz -lproj -lnova -lqwt6-qt5 + LIBS += -Lg2clib -lg2c -lpng -ljasper # respect order! + + # ---------------------------------------------------- |