diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 08:32:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 08:38:31 +0100 |
commit | c1bbfe4a403968224f622052fa2af47daf4401e1 (patch) | |
tree | 43db11a4ecf57d588f70dd97e51321927b321870 /community | |
parent | 3b3e8a6c4fd32faa1505092248665fcc66430eb3 (diff) | |
download | aports-c1bbfe4a403968224f622052fa2af47daf4401e1.tar.bz2 aports-c1bbfe4a403968224f622052fa2af47daf4401e1.tar.xz |
community/lensfun: remove workaround for py3-docutils
Diffstat (limited to 'community')
-rw-r--r-- | community/lensfun/APKBUILD | 3 |
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 \ |