aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-bdr/postgresql-bdr-osxflags.patch
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@alpinelinux.org>2015-05-04 17:24:30 +0000
committerJeff Bilyk <jbilyk@alpinelinux.org>2015-05-04 17:24:30 +0000
commit9a77d3fa7ad4acce0dc2b607df9a2218142cbb26 (patch)
treed6b3ce913f7769c6f073777f4a75605e8c446e28 /testing/postgresql-bdr/postgresql-bdr-osxflags.patch
parentf5297b280805aa0b0036d7bf8f4bcea12075c80a (diff)
downloadaports-9a77d3fa7ad4acce0dc2b607df9a2218142cbb26.tar.bz2
aports-9a77d3fa7ad4acce0dc2b607df9a2218142cbb26.tar.xz
main/postgresql-{bdr,bdr-extension}: moved from testing
Diffstat (limited to 'testing/postgresql-bdr/postgresql-bdr-osxflags.patch')
-rw-r--r--testing/postgresql-bdr/postgresql-bdr-osxflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/postgresql-bdr/postgresql-bdr-osxflags.patch b/testing/postgresql-bdr/postgresql-bdr-osxflags.patch
deleted file mode 100644
index fd3d9c14b..000000000
--- a/testing/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{<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\n} if $$. == 1;' \
- <postgres.xmltmp > $@