diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-24 12:56:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-24 12:56:33 +0000 |
commit | f75f012f3fb38371c1cd11ee61da53b4396d7955 (patch) | |
tree | 7345a05bd80af2fa400d9aacdbd256337c03d795 /databases | |
parent | b25cd52e89d708a35578df8da5210e652124a0e7 (diff) | |
download | pkgsrc-f75f012f3fb38371c1cd11ee61da53b4396d7955.tar.gz |
Remove unused patch.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c b/databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c deleted file mode 100644 index c0fee7f0c59..00000000000 --- a/databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-contrib_uuid-ossp_uuid-ossp.c,v 1.1 2016/10/29 19:41:55 adam Exp $ - -Explicitly define HAVE_UUID_H and HAVE_UUID_OSSP. - ---- contrib/uuid-ossp/uuid-ossp.c.orig 2015-01-14 20:54:38.000000000 +0000 -+++ contrib/uuid-ossp/uuid-ossp.c -@@ -26,6 +26,7 @@ - */ - #define uuid_hash bsd_uuid_hash - -+#define HAVE_UUID_H - #ifdef HAVE_UUID_H - #include <uuid.h> - #endif -@@ -42,6 +43,7 @@ - * Some BSD variants offer md5 and sha1 implementations but Linux does not, - * so we use a copy of the ones from pgcrypto. Not needed with OSSP, though. - */ -+#define HAVE_UUID_OSSP - #ifndef HAVE_UUID_OSSP - #include "md5.h" - #include "sha1.h" |