We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a49db commit a9cb5abCopy full SHA for a9cb5ab
1 file changed
mingw-w64-plplot/PKGBUILD
@@ -5,12 +5,13 @@
5
# Note: Added "ENABLE_itk=OFF" because of random build errors;
6
# It appeared to think it found the itk library; but, it then errored out.
7
# 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.
9
10
_realname=plplot
11
pkgbase=mingw-w64-${_realname}
12
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
13
pkgver=5.13.0
-pkgrel=1
14
+pkgrel=2
15
arch=('any')
16
pkgdesc="Scientific plotting software (mingw-w64)"
17
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
@@ -95,6 +96,9 @@ build() {
95
96
-DDEFAULT_NO_CAIRO_DEVICES=ON \
97
-DENABLE_itk=OFF \
98
-DENABLE_qt=OFF \
99
+ -DPLD_png=ON \
100
+ -DPLD_jpeg=ON \
101
+ -DPLD_gif==ON \
102
../${_realname}-${pkgver}
103
104
make V=1
0 commit comments