patch-src_pl_plperl_GNUmakefile 525 B

123456789101112131415
  1. $OpenBSD: patch-src_pl_plperl_GNUmakefile,v 1.1 2017/05/11 13:44:15 pea Exp $
  2. Index: src/pl/plperl/GNUmakefile
  3. --- src/pl/plperl/GNUmakefile.orig
  4. +++ src/pl/plperl/GNUmakefile
  5. @@ -12,7 +12,7 @@ override CPPFLAGS += -DPLPERL_HAVE_UID_GID
  6. override CPPFLAGS += -Wno-comment
  7. endif
  8. -override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE
  9. +override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME
  10. rpathdir = $(perl_archlibexp)/CORE