From 6971fc98eee1794cb4aae4a37f14e29463ce7dc0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 6 Feb 2016 01:07:59 +0700 Subject: games/cgmadness: Fix build. Signed-off-by: Willy Sudiarto Raharjo --- games/cgmadness/cgmadness.SlackBuild | 6 ++++-- games/cgmadness/cgmadness.patch | 10 ++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 games/cgmadness/cgmadness.patch (limited to 'games') diff --git a/games/cgmadness/cgmadness.SlackBuild b/games/cgmadness/cgmadness.SlackBuild index 4a83c41c46..757e95de63 100644 --- a/games/cgmadness/cgmadness.SlackBuild +++ b/games/cgmadness/cgmadness.SlackBuild @@ -1,3 +1,4 @@ + #!/bin/sh # Slackware build script for cgmadness @@ -5,7 +6,7 @@ # Written by Zbigniew Baniewski PRGNAM=cgmadness -VERSION=1.3 +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +52,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cat $CWD/01-Makefile.patch | patch -p1 || exit 1 +cat $CWD/01-Makefile.patch | patch -p1 +patch -p1 < $CWD/cgmadness.patch make mkdir -p $PKG/usr/share/games/cgmadness/data $PKG/usr/share/games/cgmadness/levels \ diff --git a/games/cgmadness/cgmadness.patch b/games/cgmadness/cgmadness.patch new file mode 100644 index 0000000000..e83987cefd --- /dev/null +++ b/games/cgmadness/cgmadness.patch @@ -0,0 +1,10 @@ +--- cgmadness/libgrapple/socket.c.orig 2016-02-06 01:05:57.214993971 +0700 ++++ cgmadness/libgrapple/socket.c 2016-02-06 01:06:07.771969910 +0700 +@@ -34,6 +34,7 @@ + */ + + #define _XOPEN_SOURCE 500 ++#define NI_NUMERICHOST 0x0008 + + #include "grapple_configure_substitute.h" + -- cgit v1.2.3