summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-06-14 12:38:37 -0400
committerAndrew Sun2019-06-14 12:38:37 -0400
commit9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd (patch)
tree05c3b46b238700897d370c6f2a2a1d9a760378e1 /PKGBUILD
parent7bcb09c3327bf57bbeab572e7c57902f5dbcf1b0 (diff)
downloadaur-9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd.tar.gz
mingw-w64-libsigc++: remove redundant arguments to arch-configure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1c45399743a..6682c3bd36fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
pkgver=2.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
url="https://libsigcplusplus.github.io/libsigcplusplus/"
@@ -22,11 +22,6 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \
- --prefix=/usr/${_arch} \
- --build=$CHOST \
- --host=${_arch} \
- --enable-shared \
- --enable-static \
--disable-documentation \
..
make