Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,24 +1,8 @@
$NetBSD: patch-src_Makefile.global.in,v 1.1 2015/01/14 21:01:18 adam Exp $
$NetBSD: patch-src_Makefile.global.in,v 1.2 2015/10/10 10:22:20 adam Exp $
--- src/Makefile.global.in.orig 2014-12-16 01:07:34.000000000 +0000
--- src/Makefile.global.in.orig 2015-10-05 19:12:06.000000000 +0000
+++ src/Makefile.global.in
@@ -41,7 +41,6 @@ MAJORVERSION = @PG_MAJORVERSION@
# Support for VPATH builds
# (PGXS VPATH support is handled separately in pgxs.mk)
-ifndef PGXS
vpath_build = @vpath_build@
abs_top_srcdir = @abs_top_srcdir@
@@ -53,7 +52,6 @@ top_srcdir = $(abs_top_srcdir)
srcdir = $(top_srcdir)/$(subdir)
VPATH = $(srcdir)
endif
-endif # not PGXS
vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done`
@@ -553,6 +551,11 @@ ifeq ($(PORTNAME),win32)
@@ -570,6 +570,11 @@ ifeq ($(PORTNAME),win32)
LIBS += -lws2_32
endif