Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1711 from mariux64/fix-cmake-lib64
cmake: disable unwanted /lib64 behaviour
  • Loading branch information
wwwutz committed Feb 24, 2020
2 parents d7f4bee + 8768605 commit 9d95251
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmake.be0
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION cmake-3.16.2-0
# BEE_VERSION cmake-3.16.2-2

SRCURL[0]="https://cmake.org/files/v${PKGVERSION[2]}/cmake-${PKGVERSION}.tar.gz"

PATCHURL+=( /src/mariux/patches/cmake-3.16.2-color-off-verbose-on.patch )

# EXCLUDE+=()
PATCHURL+=( /src/mariux/patches/cmake-3.16.2-dont-find-lib64.patch )
PATCHURL+=( /src/mariux/patches/cmake-3.16.2-gnu-install-dirs-lib64.patch )

# build_in_sourcedir

Expand All @@ -25,7 +25,8 @@ mee_configure() {
--prefix=/usr \
--docdir=share/doc/cmake-${PKGVERSION[2]} \
--mandir=share/man \
--qt-gui
--qt-gui \
--verbose
}

#mee_build() {
Expand Down

0 comments on commit 9d95251

Please sign in to comment.