From d1231930d4573229ab6c95b3c9b4852a5125d431 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 8 May 2015 07:54:05 +0000 Subject: Revert "main/postgresql-{bdr,bdr-extension}: moved from testing" This reverts commit 9a77d3fa7ad4acce0dc2b607df9a2218142cbb26. --- main/postgresql-bdr/postgresql-bdr-osxflags.patch | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index fd3d9c14b5..0000000000 --- a/main/postgresql-bdr/postgresql-bdr-osxflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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