summaryrefslogtreecommitdiff
path: root/databases/postgresql13/patches/patch-contrib_uuid-ossp_Makefile
blob: d4187b852147bde9ca0f6815cacd308789b9059d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-contrib_uuid-ossp_Makefile,v 1.1 2021/03/18 15:04:55 adam Exp $

Use relative path, as top_srcdir points to PREFIX.

--- contrib/uuid-ossp/Makefile.orig	2021-03-18 11:50:26.000000000 +0000
+++ contrib/uuid-ossp/Makefile
@@ -15,7 +15,7 @@ REGRESS = uuid_ossp
 SHLIB_LINK += $(UUID_LIBS)
 
 # We copy some needed files verbatim from pgcrypto
-pgcrypto_src = $(top_srcdir)/contrib/pgcrypto
+pgcrypto_src = ../pgcrypto
 
 PG_CPPFLAGS = -I$(pgcrypto_src)