summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-11-11 13:26:29 +0100
committerPeter Mattern2016-11-11 13:26:29 +0100
commit27890d147da9f42a7f73fe648f3acc808dfd6c24 (patch)
treeb58752b222e8935da1ef8d44154799267be4e865
parent49d191874542e5f97e1c3614cc057f7e0dff28bd (diff)
downloadaur-27890d147da9f42a7f73fe648f3acc808dfd6c24.tar.gz
Re-enable variable DCMTK_USE_CXX11_STL
Corresponding issue causing FTBFS was fixed upstream (http://forum.dcmtk.org/viewtopic.php?f=3&t=4474).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18aebe42a37b..28356cf99495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 8 20:32:27 UTC 2016
+# Fri Nov 11 12:26:09 UTC 2016
pkgbase = dcmtk-git
pkgdesc = Collection of libraries and applications implementing large parts the DICOM standard
- pkgver = 3.6.1_20161102.4.g7872b1c
+ pkgver = 3.6.1_20161102.17.gdd23149
pkgrel = 1
url = http://dicom.offis.de/dcmtk
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d7a68474c1e1..08479db280d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dcmtk
pkgname=$_pkgname-git
-pkgver=3.6.1_20161102.4.g7872b1c
+pkgver=3.6.1_20161102.17.gdd23149
pkgrel=1
pkgdesc='Collection of libraries and applications implementing large parts the DICOM standard'
arch=('i686' 'x86_64')
@@ -25,6 +25,7 @@ build() {
# http://forum.dcmtk.org/viewtopic.php?f=3&t=4475
cd $_pkgname
cmake . \
+ -DDCMTK_USE_CXX11_STL=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON
make