diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/libxslt.xibuild | 6 | ||||
-rw-r--r-- | repo/system/nspr.xibuild | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index 6103ef8..600d5b3 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -15,9 +15,9 @@ prepare () { build () { ./configure --prefix=/usr --disable-static --without-python && make - sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \ - -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml && - xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1 + #sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \ + #-e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml && + #xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1 } package () { diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 52b1f5f..5e9afc3 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -7,11 +7,6 @@ PKG_VER=4.33 SOURCE=https://archive.mozilla.org/pub/nspr/releases/v$PKG_VER/src/nspr-$PKG_VER.tar.gz DESC="Netscape Portable Runtime" -prepare () { - #sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in - #sed -i 's#$(LIBRARY) ##' config/rules.mk -} - build () { cd nspr ./configure \ |