openbsd-ports/databases/postgresql/patches/patch-src_pl_plperl_GNUmakefile
2017-08-14 11:56:54 +00:00

15 lines
645 B
Plaintext

$OpenBSD: patch-src_pl_plperl_GNUmakefile,v 1.2 2017/08/14 11:56:54 pea Exp $
Index: src/pl/plperl/GNUmakefile
--- src/pl/plperl/GNUmakefile.orig
+++ src/pl/plperl/GNUmakefile
@@ -16,7 +16,7 @@ endif
# probably because it sometimes contains some header files with names
# that clash with some of ours, or with some that we include, notably on
# Windows.
-override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) $(perl_embed_ccflags) -I$(perl_archlibexp)/CORE
+override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) $(perl_embed_ccflags) -I$(perl_archlibexp)/CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME
rpathdir = $(perl_archlibexp)/CORE