From 323ff4556e8d23648e337bc79f6056acc6964eee Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 29 Jun 2013 14:43:29 +0000 Subject: Patch has been applied to official sources. It will actually break the build now --- libreoffice/build/libreoffice42.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libreoffice/build/libreoffice42.SlackBuild') diff --git a/libreoffice/build/libreoffice42.SlackBuild b/libreoffice/build/libreoffice42.SlackBuild index 6f9cf151..585da738 100755 --- a/libreoffice/build/libreoffice42.SlackBuild +++ b/libreoffice/build/libreoffice42.SlackBuild @@ -708,10 +708,10 @@ cd $BUILDDIR echo Building ... -# Apply our own (borrowed) patches. -touch $OUTPUT/patch-$PRGNAM.log -cat $SRCDIR/libreoffice.boost_1.53.patch | patch -p1 --verbose \ - 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log +## Apply our own (borrowed) patches. +#touch $OUTPUT/patch-$PRGNAM.log +#cat $SRCDIR/libreoffice.boost_1.53.patch | patch -p1 --verbose \ +# 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log if [ -z "$SRCURL[0]" ]; then # Git build; find out what this version of LibreOffice calls itself: -- cgit v1.2.3-65-gdbad