Skip to content

Commit

Permalink
dev-games/physfs: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent 71202cd commit 6638a26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dev-games/physfs/physfs-2.0.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ PATCHES=(
)

src_prepare() {
default
cmake-utils_src_prepare

sed -i -e 's:-Werror::' CMakeLists.txt || die
# make sure these libs aren't used
rm -rf lzma zlib*
Expand Down
3 changes: 2 additions & 1 deletion dev-games/physfs/physfs-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ DEPEND=""
DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )

src_prepare() {
default
cmake-utils_src_prepare

sed -i -e 's:-Werror::' CMakeLists.txt || die
# make sure these libs aren't used
rm -rf lzma zlib*
Expand Down
3 changes: 2 additions & 1 deletion dev-games/physfs/physfs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ DEPEND=""
DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )

src_prepare() {
default
cmake-utils_src_prepare

sed -i -e 's:-Werror::' CMakeLists.txt || die
# make sure these libs aren't used
rm -rf lzma zlib*
Expand Down

0 comments on commit 6638a26

Please sign in to comment.