From 9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Fri, 21 Mar 2014 08:15:26 +0000 Subject: Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will need the ossp library present, and then we never use it. --- databases/postgresql90-server/files/patch-contrib-uuid | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'databases/postgresql90-server') diff --git a/databases/postgresql90-server/files/patch-contrib-uuid b/databases/postgresql90-server/files/patch-contrib-uuid index a1b312cc2406..715aec5f281f 100644 --- a/databases/postgresql90-server/files/patch-contrib-uuid +++ b/databases/postgresql90-server/files/patch-contrib-uuid @@ -369,3 +369,13 @@ + return internal_uuid_create(5, (unsigned char *)ns, + VARDATA(name), VARSIZE(name) - VARHDRSZ); } +--- contrib/Makefile.orig 2014-03-21 08:54:03.000000000 +0100 ++++ contrib/Makefile 2014-03-21 08:54:08.000000000 +0100 +@@ -43,6 +43,7 @@ + tablefunc \ + test_parser \ + tsearch2 \ ++ uuid-ossp \ + unaccent \ + vacuumlo + -- cgit v1.2.3