From 743727e719717274c672a12f298fb660f6e83e7b Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 11 Feb 2018 16:57:38 +0000 Subject: games/cyphesis: Patched to build with postgresql-10.2. Signed-off-by: David Spencer --- games/cyphesis/cyphesis-0.6.2-pg10.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/cyphesis/cyphesis-0.6.2-pg10.patch (limited to 'games/cyphesis/cyphesis-0.6.2-pg10.patch') diff --git a/games/cyphesis/cyphesis-0.6.2-pg10.patch b/games/cyphesis/cyphesis-0.6.2-pg10.patch new file mode 100644 index 0000000000000..6683921d528dc --- /dev/null +++ b/games/cyphesis/cyphesis-0.6.2-pg10.patch @@ -0,0 +1,18 @@ +diff -up ./m4/libpq.m4.pg10 ./m4/libpq.m4 +--- ./m4/libpq.m4.pg10 2017-12-18 11:33:49.378910317 -0500 ++++ ./m4/libpq.m4 2017-12-18 11:34:16.833013133 -0500 +@@ -47,11 +47,11 @@ AC_ARG_ENABLE(psqltest, [ --disable-psq + PG_LIBS="-L`$PG_CONFIG $psqlconf_args --libdir`" + + psql_major_version=`$PG_CONFIG $psql_args --version | \ +- sed 's/PostgreSQL \([[0-9]]*\).\([[0-9]]*\)\(.\([[0-9]]*\)\).*$/\1/'` ++ sed 's/PostgreSQL \([[0-9]]*\)\.\([[0-9]]*\)\(\.*\([[0-9]]*\)\).*$/\1/'` + psql_minor_version=`$PG_CONFIG $psql_args --version | \ +- sed 's/PostgreSQL \([[0-9]]*\).\([[0-9]]*\)\(.\([[0-9]]*\)\).*$/\2/'` ++ sed 's/PostgreSQL \([[0-9]]*\)\.\([[0-9]]*\)\(\.*\([[0-9]]*\)\).*$/\2/'` + psql_micro_version=`$PG_CONFIG $psql_config_args --version | \ +- sed 's/PostgreSQL \([[0-9]]*\).\([[0-9]]*\)\(.\([[0-9]]*\)\).*$/\4/'` ++ sed 's/PostgreSQL \([[0-9]]*\)\.\([[0-9]]*\)\(\.*\([[0-9]]*\)\).*$/\4/'` + if test "x$psql_micro_version" = "x" ; then + psql_micro_version=0 + fi -- cgit v1.2.3