summaryrefslogtreecommitdiff
path: root/dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-27 02:26:45 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-27 02:31:31 +0300
commitebc2e81a53bd9d7af6da1a9abdd067f6e847b71d (patch)
tree32e20cd9b414ced9cea6483e00bf60f614703335 /dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch
parentdf5f764f11b625cb14845e85a6a6c1de987db0a4 (diff)
downloadgentoo-ebc2e81a53bd9d7af6da1a9abdd067f6e847b71d.tar.gz
gentoo-ebc2e81a53bd9d7af6da1a9abdd067f6e847b71d.tar.bz2
gentoo-ebc2e81a53bd9d7af6da1a9abdd067f6e847b71d.zip
dev-cpp/pficommon: remove last rited package
Closes: https://bugs.gentoo.org/514400 Closes: https://bugs.gentoo.org/596078 Closes: https://bugs.gentoo.org/598609 Closes: https://bugs.gentoo.org/640096 Closes: https://bugs.gentoo.org/641428
Diffstat (limited to 'dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch')
-rw-r--r--dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch b/dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch
deleted file mode 100644
index 0bf7096ad94f..000000000000
--- a/dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/database/wscript b/src/database/wscript
-index 8eca1d0..3916a7d 100644
---- a/src/database/wscript
-+++ b/src/database/wscript
-@@ -20,7 +20,7 @@ def configure(conf):
- conf.env.BUILD_PGSQL = False
- if not Options.options.disable_database:
- try:
-- incdir = subprocess.check_output(['pg_config', '--includedir-server']).decode()
-+ incdir = subprocess.check_output(['pg_config', '--includedir-server']).decode('utf-8')
- libdir = subprocess.check_output(['pg_config', '--libdir']).decode()
- if conf.check_cxx(lib = 'pq',
- header_name = 'postgres.h',