summaryrefslogtreecommitdiff
path: root/dev-cpp/pficommon/files/pficommon-1.3.1.0-postgresql.patch
diff options
context:
space:
mode:
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',