head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.16 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.14 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.12 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.10 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.8 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.6 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.03.06.08.27.00; author adam; state dead; branches; next 1.1; commitid KJWqfvqrGayPv2gE; 1.1 date 2021.03.18.15.04.53; author adam; state Exp; branches; next ; commitid we0l2qbcP04xMNLC; desc @@ 1.2 log @postgresql10: removed; end of life @ text @$NetBSD: patch-contrib_uuid-ossp_Makefile,v 1.1 2021/03/18 15:04:53 adam Exp $ Use relative path, as top_srcdir points to PREFIX. --- contrib/uuid-ossp/Makefile.orig 2021-02-08 21:56:03.000000000 +0000 +++ contrib/uuid-ossp/Makefile @@@@ -12,7 +12,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) @ 1.1 log @postgresql: fix buildling contrib/uuid-ossp; fixes for LLVM enabled; should fix #55803 @ text @d1 1 a1 1 $NetBSD$ @