Use api=2 for cmake.exlib

This commit is contained in:
2016-04-23 04:22:08 +02:00
parent 94e0b52466
commit d6439f0765
20 changed files with 55 additions and 57 deletions

View File

@@ -4,7 +4,9 @@
MY_PN=opensnc
MY_PNV=${MY_PN}-src-${PV}
require cmake
WORK=${WORKBASE}/${MY_PNV}
require cmake [ api=2 ]
require sourceforge [ project=opensnc pnv=${MY_PNV} suffix=tar.gz ]
SUMMARY="A free open-source game based on the Sonic the Hedgehog universe"
@@ -27,8 +29,6 @@ DEPENDENCIES="
providers:jpeg-turbo? ( media-libs/libjpeg-turbo )
"
WORK=${WORKBASE}/${MY_PNV}
DEFAULT_SRC_PREPARE_PATCHES=(
-p0 "${FILES}"/${PNV}-cmake.patch
)