summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-30 21:55:56 -0400
committerAndrew Sun2020-03-30 21:55:56 -0400
commit8781eb23892e1e48e82483f748e5944f57498182 (patch)
tree926577518577280bbdd86e779d983ddee3923e74
parent4f9da740c3c80a6a8a44e08edac2b83a67d6defd (diff)
downloadaur-8781eb23892e1e48e82483f748e5944f57498182.tar.gz
fix build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d99214ec60b..da2afd042405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-gtkmm
_pkgname=gtkmm
@@ -21,7 +21,7 @@ build() {
cd "${srcdir}/gtkmm-${pkgver}"
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- ${_arch}-configure \
+ LIBS+=" -lssp" ${_arch}-configure \
--disable-documentation \
..
make