[Libreoffice-commits] .: svtools/source

Thomas Klausner tklausner at kemper.freedesktop.org
Tue Oct 19 05:48:38 PDT 2010


 svtools/source/filter.vcl/jpeg/makefile.mk |    7 +++++--
 svtools/source/plugapp/makefile.mk         |    3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 7af031c884c3d651c8d849035ddfff633e447669
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Oct 19 14:48:00 2010 +0200

    Add more files to EXCEPTIONSFILES to fix build on NetBSD.

diff --git a/svtools/source/filter.vcl/jpeg/makefile.mk b/svtools/source/filter.vcl/jpeg/makefile.mk
index c782c52..303398c 100644
--- a/svtools/source/filter.vcl/jpeg/makefile.mk
+++ b/svtools/source/filter.vcl/jpeg/makefile.mk
@@ -39,7 +39,10 @@ SOLARINC+=-I../../inc
 
 # --- Files --------------------------------------------------------
 
-SLOFILES=	$(SLO)$/jpegc.obj \
-            $(SLO)$/jpeg.obj
+SLOFILES=	$(EXCEPTIONSFILES) \
+		$(SLO)$/jpegc.obj
+
+EXCEPTIONSFILES= \
+		$(SLO)$/jpeg.obj
 
 .INCLUDE :  target.mk
diff --git a/svtools/source/plugapp/makefile.mk b/svtools/source/plugapp/makefile.mk
index f1dd0a4..094da3a 100644
--- a/svtools/source/plugapp/makefile.mk
+++ b/svtools/source/plugapp/makefile.mk
@@ -38,6 +38,9 @@ LIBTARGET=NO
 # --- Files --------------------------------------------------------
 
 SLOFILES = \
+	$(EXCEPTIONSFILES)
+
+EXCEPTIONSFILES = \
     $(SLO)$/ttprops.obj 
 
 


More information about the Libreoffice-commits mailing list