aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-bdr/postgresql-bdr-osxflags.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-05-08 07:54:05 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-05-08 07:54:54 +0000
commitd1231930d4573229ab6c95b3c9b4852a5125d431 (patch)
tree6d7f80902cc23eadf13dd68b4fa68a76d0973e91 /testing/postgresql-bdr/postgresql-bdr-osxflags.patch
parent336c258db7dffa3d12f2f00cf4524a578e4f48b3 (diff)
downloadaports-d1231930d4573229ab6c95b3c9b4852a5125d431.tar.bz2
aports-d1231930d4573229ab6c95b3c9b4852a5125d431.tar.xz
Revert "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, 11 insertions, 0 deletions
diff --git a/testing/postgresql-bdr/postgresql-bdr-osxflags.patch b/testing/postgresql-bdr/postgresql-bdr-osxflags.patch
new file mode 100644
index 0000000000..fd3d9c14b5
--- /dev/null
+++ b/testing/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{<!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 > $@