libppd: update to 2.1.0
[oi-userland.git] / components / developer / opensp / patches / opensp-04-fix-testsuite.patch
blob6003a846c69ba723c0e8afea00c37512f815f689
1 # Change to build and run the tests on Solaris
2 # Not suitable for upstream
4 --- OpenSP-1.5.2/tests/Makefile.am.orig
5 +++ OpenSP-1.5.2/tests/Makefile.am
6 @@ -32,11 +32,12 @@
7 EXTRA_DIST = $(TESTS_THAT_PASS) $(TESTS_THAT_FAIL) $(DTDDECL_TEST)
10 +SHELL = /bin/sh
12 TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \
13 PATH=.:../nsgmls:../sgmlnorm:../sx:../spent:../spcat:../spam:$$PATH \
14 ONSGMLS=`echo onsgmls|sed '$(transform)'`\
15 - OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`\
16 - $(SHELL)
17 + OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`
19 # Two auxiliary programs used by the tests.
20 INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl