diff options
Diffstat (limited to 'xalan-c/Pkgfile')
-rw-r--r-- | xalan-c/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xalan-c/Pkgfile b/xalan-c/Pkgfile index 790cfc59b..347a3f14d 100644 --- a/xalan-c/Pkgfile +++ b/xalan-c/Pkgfile @@ -6,10 +6,12 @@ name=xalan-c version=1.10.0 -release=1 -source=(http://www.apache.org/dist/xml/${name}/Xalan-C_1_10_0-src.tar.gz) +release=2 +source=(http://www.apache.org/dist/xml/${name}/Xalan-C_1_10_0-src.tar.gz \ + xalandomstring.hpp.patch) build() { + patch -p0 -i $SRC/xalandomstring.hpp.patch export XALANCROOT=$SRC/xml-xalan/c cd ${XALANCROOT} autoconf |