diff --git a/srcpkgs/cegui/template b/srcpkgs/cegui/template index 4e4e63da50..0089000859 100644 --- a/srcpkgs/cegui/template +++ b/srcpkgs/cegui/template @@ -42,11 +42,6 @@ pre_configure() { # Use a FindOpenGLES.cmake which works cp -p ${FILESDIR}/FindOpenGLES.cmake cmake - # Use /usr/lib instead of /usr/lib64 or /usr/lib32 - sed -i ${wrksrc}/CMakeLists.txt \ - -e "s;lib64;lib;g" \ - -e "s;lib32;lib;g" - # cmake sets standard to c++03 (which doesn’t know int16_t) sed -i -e "s/-std=c++03//" CMakeLists.txt }