Skip to content

Commit

Permalink
Try to get OS X xsltproc working.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Apr 3, 2020
1 parent 10c4246 commit 2588414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
46 changes: 0 additions & 46 deletions .appveyor.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .cirrus.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ script:

# Explicitly point to Homebrew's gettext and pkg-config files on OS X.
# A couple of the Mac builds need XSLTFLAGS set to pass.
- if [ "$TRAVIS_OS_NAME" = "osx" ] ; then CFLAGS="$CFLAGS -I/usr/local/opt/gettext/include"; LDFLAGS="$LDFLAGS -L/usr/local/opt/gettext/lib -lintl"; export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/":"$(brew --prefix libxml2)/lib/pkgconfig/"; MAKE_OPTS="XSLTFLAGS=--nonet"; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] ; then CFLAGS="$CFLAGS -I/usr/local/opt/gettext/include"; LDFLAGS="$LDFLAGS -L/usr/local/opt/gettext/lib -lintl"; export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/":"$(brew --prefix libxml2)/lib/pkgconfig/"; export XML_CATALOG_FILES="$(brew --prefix)/etc/xml/catalog"; fi

- |
set -e
Expand All @@ -270,6 +270,8 @@ script:
else
make check
fi
touch gpscorrelate
sleep 3
# Ensure brew gettext is in the PATH so xgettext is found on OS X
PATH="$PATH:/usr/local/opt/gettext/bin" make prefix= DESTDIR="${HOME}" $INSTALLTARGET
fi
Expand Down

0 comments on commit 2588414

Please sign in to comment.