diff options
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 \ |