* Firebird depends on zip/unzip.

* Turn off pedantic checking because of a bug in Firebird.

svn path=/nixpkgs/trunk/; revision=348
This commit is contained in:
Eelco Dolstra 2003-08-25 13:34:12 +00:00
parent eb545b5142
commit 6a70252255
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
envpkgs="$gtk $libIDL"
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$perl/bin:$PATH
export PATH=$pkgconfig/bin:$perl/bin:$zip/bin:$unzip/bin:$PATH
tar xvfj $src || exit 1
cd mozilla || exit 1
@ -23,6 +23,7 @@ ac_add_options --enable-xft
ac_add_options --enable-swg
ac_add_options --enable-strip
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --disable-pedantic
EOF
echo "ac_add_options --prefix=$out" >> .mozconfig

View file

@ -12,6 +12,8 @@ Package(
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
, ("zip", IncludeFix("zip/zip.fix"))
, ("unzip", IncludeFix("unzip/unzip.fix"))
, ("libIDL", IncludeFix("libIDL/libIDL.fix"))
]
)