aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongo-c-driver
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 12:29:59 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 12:43:19 +0100
commit17b3f76d70d42cb5b125e65bcb9736a8636500dc (patch)
treeaf5e6d4bc1590ef04305319e956e5882759905bd /community/mongo-c-driver
parent6cb42d976ef6f466e38227a54be0ff162abd1dab (diff)
downloadaports-17b3f76d70d42cb5b125e65bcb9736a8636500dc.tar.bz2
aports-17b3f76d70d42cb5b125e65bcb9736a8636500dc.tar.xz
community/mongo-c-driver: don't set SPHINX_EXECUTABLE explicitly
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
Diffstat (limited to 'community/mongo-c-driver')
-rw-r--r--community/mongo-c-driver/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/community/mongo-c-driver/APKBUILD b/community/mongo-c-driver/APKBUILD
index cd5f907adb..2d22d694c3 100644
--- a/community/mongo-c-driver/APKBUILD
+++ b/community/mongo-c-driver/APKBUILD
@@ -31,7 +31,6 @@ build() {
-DENABLE_MAN_PAGES:BOOL=ON \
-DENABLE_TESTS:BOOL=ON \
-DENABLE_EXAMPLES:BOOL=OFF \
- -DSPHINX_EXECUTABLE:STRING=/usr/bin/sphinx-build-3 \
-DCMAKE_SKIP_RPATH=ON \
"$builddir"
make