aboutsummaryrefslogtreecommitdiffstats
path: root/community/lensfun
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 08:32:21 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 08:38:31 +0100
commitc1bbfe4a403968224f622052fa2af47daf4401e1 (patch)
tree43db11a4ecf57d588f70dd97e51321927b321870 /community/lensfun
parent3b3e8a6c4fd32faa1505092248665fcc66430eb3 (diff)
downloadaports-c1bbfe4a403968224f622052fa2af47daf4401e1.tar.bz2
aports-c1bbfe4a403968224f622052fa2af47daf4401e1.tar.xz
community/lensfun: remove workaround for py3-docutils
Diffstat (limited to 'community/lensfun')
-rw-r--r--community/lensfun/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/lensfun/APKBUILD b/community/lensfun/APKBUILD
index 25bc823084..527fe0a03f 100644
--- a/community/lensfun/APKBUILD
+++ b/community/lensfun/APKBUILD
@@ -18,9 +18,6 @@ build() {
*) opts="-DBUILD_FOR_SSE=OFF -DBUILD_FOR_SSE2=OFF";;
esac
- ln -s /usr/bin/rst2man-3 rst2man
- export PATH="$PATH":.
-
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \