]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/utilities.pm
Patch by satmd to support using IP addresses with cgiirc
[user/henk/code/inspircd.git] / make / utilities.pm
index 532c09096a54df7318eec915e25fdf87e669fecd..da5ff3abbe935b9ff2a7e2e4d1ce13f12c9a9892 100644 (file)
@@ -353,6 +353,7 @@ sub translate_functions($$)
                while ($line =~ /rpath\("(.+?)"\)/)
                {
                        my $replace = make_rpath($1,$module);
+                       $replace = "" if ($^O =~ /darwin/i);
                        $line =~ s/rpath\("(.+?)"\)/$replace/;
                }
        };