Skip to content

Commit a9cb5ab

Browse files
stahta01Alexpux
authored andcommitted
plplot: Added more gdlib defines. (msys2#2990)
Had to define PLD_png and etc to ON to get libGD to be searched.
1 parent 22a49db commit a9cb5ab

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mingw-w64-plplot/PKGBUILD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
# Note: Added "ENABLE_itk=OFF" because of random build errors;
66
# It appeared to think it found the itk library; but, it then errored out.
77
# Set "ENABLE_qt=OFF" and "DEFAULT_NO_CAIRO_DEVICES=ON" to reduce warnings.
8+
# Had to define PLD_png and etc to ON to get libGD to be searched.
89

910
_realname=plplot
1011
pkgbase=mingw-w64-${_realname}
1112
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
1213
pkgver=5.13.0
13-
pkgrel=1
14+
pkgrel=2
1415
arch=('any')
1516
pkgdesc="Scientific plotting software (mingw-w64)"
1617
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
@@ -95,6 +96,9 @@ build() {
9596
-DDEFAULT_NO_CAIRO_DEVICES=ON \
9697
-DENABLE_itk=OFF \
9798
-DENABLE_qt=OFF \
99+
-DPLD_png=ON \
100+
-DPLD_jpeg=ON \
101+
-DPLD_gif==ON \
98102
../${_realname}-${pkgver}
99103

100104
make V=1

0 commit comments

Comments
 (0)