diff --git a/games-action/classicube/classicube-1.3.0.recipe b/games-action/classicube/classicube-1.3.0.recipe index 52f285884..9a494bada 100644 --- a/games-action/classicube/classicube-1.3.0.recipe +++ b/games-action/classicube/classicube-1.3.0.recipe @@ -18,7 +18,7 @@ What ClassiCube isn't: HOMEPAGE="https://www.classicube.net/" COPYRIGHT="2014-2022 UnknownShadow200" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="8373605a45d89229520fe03bf8f5a1ada82377651e7330edd65a3f79327f8331" SOURCE_DIR="ClassiCube-$portVersion" @@ -61,6 +61,11 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " +PATCH() +{ + sed -i -e 's|r.me##reg|r.e##reg|g' $sourceDir/src/Logger.c +} + BUILD() { cd src