From 68eb2ddd61644efe58e08bc84d1f5a89b8bcc159 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 4 Nov 2019 00:08:44 +1000 Subject: [PATCH] FooBillardPlus: disable network support --- .../foobillardplus/foobillardplus-3.42.0.recipe | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/games-sports/foobillardplus/foobillardplus-3.42.0.recipe b/games-sports/foobillardplus/foobillardplus-3.42.0.recipe index 98ced697e..e8f340881 100644 --- a/games-sports/foobillardplus/foobillardplus-3.42.0.recipe +++ b/games-sports/foobillardplus/foobillardplus-3.42.0.recipe @@ -9,7 +9,7 @@ glasses), a free view mode and an animated cue." HOMEPAGE="https://foobillardplus.sourceforge.net/" COPYRIGHT="Florian Berger" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/threedeyes/FooBillardPlus/archive/$portVersion.tar.gz" CHECKSUM_SHA256="e7ccb5f100e82f139ee80edd4c3093a0b879727e67675383e4ef5d0c5bb38a0e" SOURCE_DIR="FooBillardPlus-$portVersion" @@ -31,7 +31,7 @@ REQUIRES=" lib:libSDL2_2.0$secondaryArchSuffix lib:libSDL2_image_2.0${secondaryArchSuffix} lib:libSDL2_mixer_2.0${secondaryArchSuffix} - lib:libSDL2_net_2.0${secondaryArchSuffix} +# lib:libSDL2_net_2.0${secondaryArchSuffix} " BUILD_REQUIRES=" @@ -43,7 +43,7 @@ BUILD_REQUIRES=" devel:libSDL2$secondaryArchSuffix devel:libSDL2_image$secondaryArchSuffix devel:libSDL2_mixer$secondaryArchSuffix - devel:libSDL2_net$secondaryArchSuffix +# devel:libSDL2_net$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal @@ -63,9 +63,11 @@ BUILD() autoheader -f automake -a -c -f - LIBS="-lnetwork" ./configure \ +# LIBS="-lnetwork" \ + ./configure \ --disable-fastmath \ --enable-nvidia=no \ + --enable-network=no \ --enable-sdl2 \ --without-x make $jobArgs