diff options
Diffstat (limited to 'databases/postgresql91-server/files')
| -rw-r--r-- | databases/postgresql91-server/files/patch-contrib-uuid | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql91-server/files/patch-contrib-uuid b/databases/postgresql91-server/files/patch-contrib-uuid index bead2c6afd77..0d4c7accbbc4 100644 --- a/databases/postgresql91-server/files/patch-contrib-uuid +++ b/databases/postgresql91-server/files/patch-contrib-uuid @@ -391,3 +391,13 @@  +	return internal_uuid_create(5, (unsigned char *)ns,  +				VARDATA(name), VARSIZE(name) - VARHDRSZ);   } +--- contrib/Makefile.orig	2014-03-21 09:05:11.000000000 +0100 ++++ contrib/Makefile	2014-03-21 09:05:29.000000000 +0100 +@@ -48,6 +48,7 @@ + 		test_parser	\ + 		tsearch2	\ + 		unaccent	\ ++		uuid-ossp	\ + 		vacuumlo +  + ifeq ($(with_openssl),yes)  | 
