FooBillardPlus: disable network support

This commit is contained in:
Gerasim Troeglazov
2019-11-04 00:08:44 +10:00
parent e98f0e8c4c
commit 68eb2ddd61

View File

@@ -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