diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-21 02:32:46 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-21 02:32:46 +0000 |
commit | 90f54d978ac9e1e736492ffdf6a770419cdbd6b8 (patch) | |
tree | 9315221871b0c9aa394a2db95aa9b683a0944852 /user | |
parent | be1c5db0f527a4b655a1a11b6dce6a86ba44315b (diff) | |
download | packages-90f54d978ac9e1e736492ffdf6a770419cdbd6b8.tar.gz packages-90f54d978ac9e1e736492ffdf6a770419cdbd6b8.tar.bz2 packages-90f54d978ac9e1e736492ffdf6a770419cdbd6b8.tar.xz packages-90f54d978ac9e1e736492ffdf6a770419cdbd6b8.zip |
user/physfs: Requires CMake to build
Diffstat (limited to 'user')
-rw-r--r-- | user/physfs/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/physfs/APKBUILD b/user/physfs/APKBUILD index 187afeeef..827e65a44 100644 --- a/user/physfs/APKBUILD +++ b/user/physfs/APKBUILD @@ -8,7 +8,7 @@ url="https://www.icculus.org/physfs" arch="all" license="Zlib" depends="" -makedepends="" +makedepends="cmake" subpackages="$pkgname-dev $pkgname-tools" source="https://icculus.org/physfs/downloads/physfs-$pkgver.tar.bz2" @@ -18,7 +18,6 @@ build() { fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ |