diff options
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 2a46ed973636..6513175c9698 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 \ |