ooo-build r11911 - in trunk: . bin
- From: hub svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11911 - in trunk: . bin
- Date: Fri, 14 Mar 2008 23:30:24 +0000 (GMT)
Author: hub
Date: Fri Mar 14 23:30:23 2008
New Revision: 11911
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11911&view=rev
Log:
* bin/src-pack (system_dirs): sndfile is optional as
starting DEV300_m2 it is gone.
Modified:
trunk/ChangeLog
trunk/bin/src-pack
Modified: trunk/bin/src-pack
==============================================================================
--- trunk/bin/src-pack (original)
+++ trunk/bin/src-pack Fri Mar 14 23:30:23 2008
@@ -27,7 +27,10 @@
system_dirs="$src/python $src/bitstream_vera_fonts $src/freetype $src/jpeg";
system_dirs="$system_dirs $src/dictionaries $src/libxml2 $src/zlib $src/moz";
-system_dirs="$system_dirs $src/curl $src/neon $src/sndfile";
+system_dirs="$system_dirs $src/curl $src/neon ";
+if test -d "$src/sndfile" ; then
+ system_dirs="$system_dirs $src/sndfile";
+fi
# future system bits:
incomplete_modules="$src/curl $src/expat $src/icu $src/libxmlsec $src/nas $src/neon";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]