File 0002-Use-pthread-library-from-MinGW.patch of Package mingw-w64-postgresql
From b673db76e606b2f2a0877186387f57203c6b794b Mon Sep 17 00:00:00 2001 From: Martchus <martchus@gmx.net> Date: Sun, 7 Mar 2021 18:24:32 +0100 Subject: [PATCH 2/4] Use pthread library from MinGW --- src/interfaces/libpq/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index b36a7657648..bbfcc173552 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -67,7 +67,6 @@ endif ifeq ($(PORTNAME), win32) OBJS += \ - pthread-win32.o \ win32.o endif -- 2.49.0