diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-26 15:16:34 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-26 15:16:34 +0000 |
| commit | 9d8bf660a253655efcefd01a3482a922d7b4833e (patch) | |
| tree | 335c86b4ec6c930099dfd1d5bc6cb19ef88859e2 /testing/postgresql-bdr/postgresql-bdr-osxflags.patch | |
| parent | 69473427baeeb35538cbedff983e8d4d2248b8d8 (diff) | |
| download | aports-9d8bf660a253655efcefd01a3482a922d7b4833e.tar.bz2 aports-9d8bf660a253655efcefd01a3482a922d7b4833e.tar.xz | |
testing/postgresql-bdr: new aport
PostgreSQL with bidirection replication
Diffstat (limited to 'testing/postgresql-bdr/postgresql-bdr-osxflags.patch')
| -rw-r--r-- | testing/postgresql-bdr/postgresql-bdr-osxflags.patch | 11 |
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 000000000..fd3d9c14b --- /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 > $@ |
