1
0
forked from ports/opt

gnuplot: fix build without qt

This commit is contained in:
Juergen Daubert 2023-09-12 09:29:00 +02:00
parent 0c76371aaf
commit 4aa0ff6186
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QbdbOhdpQ1fkaUgDjFqZ+elMwNyDrwrwh96UzjH1qu7mMCtDlQxpBzMNFTCjFuZl920/lgg5WDASFvieF/pUAk=
SHA256 (Pkgfile) = fa4020e213071803d6fd7092ba8fdf26e47e0e2ccd8d9a77560db13e92dd29a0
RWSE3ohX2g5d/dJg2MBDP8ZY3k9k9y0jKjUwo9VQoLCZo4IprcUPHwSy2UMuEdtKY3A0obPRJGboX0gXGpp2U49IUl7VOHtUCQ0=
SHA256 (Pkgfile) = 636cba90d64d1565b49e1438e3fb12c73097965767b2294de3b19714d9376cbd
SHA256 (.footprint) = 39eda8ec5f7817d3b862b35284f68f8a2f08de794a64cbac266f226a0064ce67
SHA256 (gnuplot-5.4.9.tar.gz) = a328a021f53dc05459be6066020e9a71e8eab6255d3381e22696120d465c6a97
SHA256 (qt6.patch) = d915962742adddb9c88c05be73e126952ebd0fe0c9e3c399dcb6e8f3f0a678bb

View File

@ -15,6 +15,7 @@ build() {
patch -p0 -i $SRC/qt6.patch
PKGMK_GNUPLOT='--with-qt=no'
prt-get isinst qt5 && PKGMK_GNUPLOT='--with-qt=qt5'
prt-get isinst qt6-5compat qt6-tools qt6-svg && PKGMK_GNUPLOT='--with-qt=qt6'