diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.recipe b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.recipe similarity index 87% rename from sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.recipe rename to sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.recipe index 9761a2f01..196bb9355 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.recipe +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2013-2017 Geoff Greer" LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/ggreer/the_silver_searcher/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ce45de7412ee0ae6f22d72e17b81425666e6130da8cb434d5ca8ea42185e514e" +CHECKSUM_SHA256="ff7243863f22ed73eeab6f7a6d17cfff585a7eaa41d5ab3ae4f5d6db97701d5f" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -59,11 +59,6 @@ BUILD() autoheader automake --add-missing - #Need to override the pkgconfig variables - LZMA_CFLAGS="-I$includeDir" \ - LZMA_LIBS="-L$libDir -llzma" \ - PCRE_CFLAGS="-I$includeDir" \ - PCRE_LIBS="-L$libDir -lpcre" \ runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir make