CVS: crater/web/mozilla BUILD,1.10,1.11
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Fri Oct 17 22:53:06 GMT 2003
- Previous message: CVS: moonbase/web/MozillaFirebird BUILD, 1.7, 1.8 DETAILS, 1.3,
1.4 POST_INSTALL, 1.3, 1.4 firebird-nsRegisterChrome.cpp.patch,
1.1, NONE
- Next message: CVS: crater/web/mozilla BUILD, 1.11, 1.12 DEPENDS, 1.8, 1.9 DETAILS,
1.8, 1.9 PRE_BUILD, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/crater/web/mozilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21079
Modified Files:
BUILD
Log Message:
Fixing the BUILD file
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/mozilla/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD 15 Oct 2003 15:24:12 -0000 1.10
+++ BUILD 17 Oct 2003 22:53:04 -0000 1.11
@@ -1,10 +1,6 @@
(
export patchdir=$SOURCE_DIRECTORY/$MODULE-$VERSION-lunar &&
- EXTENTIONS="--enable-extensions=default,finger"
-
- if module_installed gnupg; then
- OPTS="$OPTS --disable-mailnews"
- fi
+ EXTENTIONS="--enable-extensions=default,finger,spellcheck"
if [ "$COM" == "n" ] ; then
OPTS="$OPTS --disable-composer"
@@ -54,7 +50,6 @@
--with-system-zlib \
--with-system-png \
--with-system-mng \
- --enable-old-abi-compat-wrappers \
--with-pthreads \
--enable-reorder \
--disable-tests \
@@ -68,28 +63,36 @@
--with-gtk2 \
--enable-strip --enable-strip-libs \
--enable-xft \
- --enable-svg \
+ --enable-svg --enable-svg-renderer-libart \
--enable-crypto \
+ --enable-optimize="$CFLAGS" \
+ --enable-cpp-rtti \
+ --enable-xpctools \
$OPTS \
$EXTENTIONS &&
-make &&
+ make &&
if module_installed gnupg; then
cd extensions/ipc &&
+ cp $patchdir/ipc-makemake makemake &&
./makemake -r &&
make &&
cd ../enigmail &&
+ cp $patchdir/enig-makemake makemake &&
./makemake -r &&
- make &&
- make install
+ make
fi &&
cd $SOURCE_DIRECTORY &&
make install &&
+cd extensions/enigmail &&
+make install &&
- cp $patchdir/mozilla.desktop /usr/share/applications/mozilla.desktop &&
- cp $patchdir/mozilla.png /usr/share/pixmaps/mozilla.png &&
+cd $SOURCE_DIRECTORY &&
+
+cp $patchdir/mozilla.desktop /usr/share/applications/mozilla.desktop &&
+cp $patchdir/mozilla.png /usr/share/pixmaps/mozilla.png &&
if module_installed gnupg; then
cp $patchdir/mozilla-mail.png /usr/share/pixmaps/mozilla-mail.png &&
- Previous message: CVS: moonbase/web/MozillaFirebird BUILD, 1.7, 1.8 DETAILS, 1.3,
1.4 POST_INSTALL, 1.3, 1.4 firebird-nsRegisterChrome.cpp.patch,
1.1, NONE
- Next message: CVS: crater/web/mozilla BUILD, 1.11, 1.12 DEPENDS, 1.8, 1.9 DETAILS,
1.8, 1.9 PRE_BUILD, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list