blob: 8f209ee599c205926d241180f690d941e2ccf0a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- irssi/configure.orig Mon Jul 12 14:47:11 2004
+++ irssi/configure Mon Jul 12 14:48:29 2004
@@ -5882,7 +5882,7 @@
else
want_perl=yes
perl_prefix_note=no
- PERL_MM_PARAMS="INSTALLDIRS=perl LIB=$withval"
+ PERL_MM_PARAMS="INSTALLDIRS=site INST_ARCHLIB=$withval"
perl_library_dir="PERL_USE_LIB"
perl_set_use_lib=yes
fi
|