From 3102dedbb8a4bf4b0263715d507e3603cf048711 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 1 Feb 2007 12:14:54 +0000 Subject: New patch from BuildSmart for OS X support, not broken like the last one git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6473 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/utilities.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'make') diff --git a/make/utilities.pm b/make/utilities.pm index 532c09096..da5ff3abb 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -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/; } }; -- cgit v1.2.3