summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-11-07 17:39:23 +0100
committerPeter Mattern2016-11-08 21:32:41 +0100
commit49d191874542e5f97e1c3614cc057f7e0dff28bd (patch)
treecbb2d7d5f13ec1c0d1b6b7b122e576d73edb8413
parentfd73e0ef86f2f6fc2b4d2502d8eb39b4ebce554b (diff)
downloadaur-49d191874542e5f97e1c3614cc057f7e0dff28bd.tar.gz
Drop CMake variable DCMTK_USE_CXX11_STL
Usage is resulting in FTBFS due to an upstream bug discussed in http://forum.dcmtk.org/viewtopic.php?f=3&t=4474.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61fe61cddd5e..18aebe42a37b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 16:30:46 UTC 2016
+# Tue Nov 8 20:32:27 UTC 2016
pkgbase = dcmtk-git
pkgdesc = Collection of libraries and applications implementing large parts the DICOM standard
- pkgver = 3.6.1_20160216.63.g2b6c548
- pkgrel = 2
+ pkgver = 3.6.1_20161102.4.g7872b1c
+ pkgrel = 1
url = http://dicom.offis.de/dcmtk
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3110695a4687..d7a68474c1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=dcmtk
pkgname=$_pkgname-git
-pkgver=3.6.1_20160216.63.g2b6c548
-pkgrel=2
+pkgver=3.6.1_20161102.4.g7872b1c
+pkgrel=1
pkgdesc='Collection of libraries and applications implementing large parts the DICOM standard'
arch=('i686' 'x86_64')
url='http://dicom.offis.de/dcmtk'
@@ -21,11 +21,11 @@ pkgver() {
}
build() {
- # man pages get created only when compiling inside the source tree
+ # man pages are created only when compiling inside the source tree
+ # http://forum.dcmtk.org/viewtopic.php?f=3&t=4475
cd $_pkgname
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DDCMTK_USE_CXX11_STL=ON \
-DBUILD_SHARED_LIBS=ON
make
make html