From 8e21b4e2b7fe9d38985cc9fab266808083aa4158 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 11 May 2015 13:09:23 +0000 Subject: main/postgresql-bdr*: move from testing the conflict should be resolved now --- main/postgresql-bdr/postgresql-bdr-osxflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/postgresql-bdr/postgresql-bdr-osxflags.patch (limited to 'main/postgresql-bdr/postgresql-bdr-osxflags.patch') diff --git a/main/postgresql-bdr/postgresql-bdr-osxflags.patch b/main/postgresql-bdr/postgresql-bdr-osxflags.patch new file mode 100644 index 0000000000..fd3d9c14b5 --- /dev/null +++ b/main/postgresql-bdr/postgresql-bdr-osxflags.patch @@ -0,0 +1,11 @@ +--- a/doc/src/sgml/Makefile ++++ b/doc/src/sgml/Makefile +@@ -245,7 +245,7 @@ + # if we try to do "make all" in a VPATH build without the explicit + # $(srcdir) on the postgres.sgml dependency in this rule. GNU make bug? + postgres.xml: $(srcdir)/postgres.sgml $(ALMOSTALLSGML) +- $(OSX) -D. -x lower -i include-xslt-index $< >postgres.xmltmp ++ $(OSX) $(OSXFLAGS) -D. -x lower -i include-xslt-index $< >postgres.xmltmp + $(PERL) -p -e 's/\[(aacute|acirc|aelig|agrave|amp|aring|atilde|auml|bull|copy|eacute|egrave|gt|iacute|lt|mdash|nbsp|ntilde|oacute|ocirc|oslash|ouml|pi|quot|scaron|uuml) *\]/\&\1;/gi;' \ + -e '$$_ .= qq{\n} if $$. == 1;' \ + $@ -- cgit v1.2.3