[Libreoffice-commits] .: postprocess/packcomponents
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Mar 29 17:12:11 PDT 2011
postprocess/packcomponents/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3946f9f4452544395957ab2ffa7e0b3ad86e3fd7
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Mar 29 19:12:02 2011 -0500
fix an unfortunate mishap in the previous component packaging adjustment
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index fe664e1..c56410e 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -39,7 +39,7 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
.END
.IF "$(USE_GMAKE)" != "1"
-SM_COMPONENTS:=sm smd vbaobj
+SM_COMPONENTS:=sm smd
.ELSE
SM_COMPONENTS:= component/starmath/util/sm component/starmath/util/smd
.END
More information about the Libreoffice-commits
mailing list