diff options
author | alane <alane@FreeBSD.org> | 2002-11-04 18:00:16 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-04 18:00:16 +0000 |
commit | b6544fe528e6bf11b97826ff202ac5a4d990c706 (patch) | |
tree | c159fbf827349b7f3041cc34577b89043905c17d /www/firefox-esr/files | |
parent | 7d71b65eb48f943444a28f52c60214a4015f59d0 (diff) | |
download | FreeBSD-ports-b6544fe528e6bf11b97826ff202ac5a4d990c706.zip FreeBSD-ports-b6544fe528e6bf11b97826ff202ac5a4d990c706.tar.gz |
This is a TEST version - if it works I'll force a Makefile commit
stating otherwise. I'm trying to get the perl version and File::Spec(imen)
problems ironed out.
Please try this with whatever version of perl you are using and report
back to phoenix@geeksrus.net. Thank you. Don't forget to tell us if you
are doing "use.perl port" or "use.perl system" if you have one of the
ports.
-- AlanE, who's ready to propose a virtual category called "pita".
Diffstat (limited to 'www/firefox-esr/files')
-rw-r--r-- | www/firefox-esr/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in index 8468f95..c287697 100644 --- a/www/firefox-esr/files/mozconfig.in +++ b/www/firefox-esr/files/mozconfig.in @@ -14,6 +14,7 @@ ac_add_options --disable-composer export CFLAGS="@CFLAGS@" export LIBS="@LIBS@" export CONFIG_SH=/bin/sh +export XP_UNIX=1 test -x /usr/bin/perl && export PERL=/usr/bin/perl \ || export PERL=/usr/local/bin/perl mk_add_options PERL=$PERL |