]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-ossp_uuid.patch
- rel 1; fix ossp build so back to using ossp-uuid (as before 17ad3dd0e1bb21cf843b6a3...
[packages/postgresql.git] / postgresql-ossp_uuid.patch
index c460f99274720063e84c44d91d76cf0f1733d5b1..b5b2dfa5477626b92c86e6d606cdc48d7eb655ca 100644 (file)
  fi
  
  if test "$PORTNAME" = "win32" ; then
+--- postgresql-9.4.1/contrib/uuid-ossp/uuid-ossp.c.org 2015-03-23 10:41:24.000000000 +0100
++++ postgresql-9.4.1/contrib/uuid-ossp/uuid-ossp.c     2015-03-23 10:54:29.403373571 +0100
+@@ -29,8 +29,8 @@
+ #ifdef HAVE_UUID_H
+ #include <uuid.h>
+ #endif
+-#ifdef HAVE_OSSP_UUID_H
+-#include <ossp/uuid.h>
++#ifdef HAVE_OSSP_UUID_UUID_H
++#include <ossp-uuid/uuid.h>
+ #endif
+ #ifdef HAVE_UUID_UUID_H
+ #include <uuid/uuid.h>
+
This page took 0.0458 seconds and 4 git commands to generate.