diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-02-11 16:57:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:53 +0700 |
commit | 743727e719717274c672a12f298fb660f6e83e7b (patch) | |
tree | e8bcf2f32ecffbed04266766480c155db50b58d4 /games/cyphesis/cyphesis.SlackBuild | |
parent | 0023a1b9b9ba676fdc86f42f30f603a4be918b40 (diff) |
games/cyphesis: Patched to build with postgresql-10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/cyphesis/cyphesis.SlackBuild')
-rw-r--r-- | games/cyphesis/cyphesis.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/cyphesis/cyphesis.SlackBuild b/games/cyphesis/cyphesis.SlackBuild index 2a46ed9736365..6513175c96981 100644 --- a/games/cyphesis/cyphesis.SlackBuild +++ b/games/cyphesis/cyphesis.SlackBuild @@ -69,6 +69,10 @@ 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 {} \; +# Fix build with postgresql 10 (patch from Fedora) +patch -p0 < $CWD/cyphesis-0.6.2-pg10.patch +autoreconf -vif + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |