3a755a4844
builtin version of OpenSSL is used. * Do not, under any case, do anything with svn during the configure process
15 lines
687 B
Text
15 lines
687 B
Text
$NetBSD: patch-ac,v 1.5 2008/06/14 14:30:23 adrianp Exp $
|
|
|
|
--- configure.orig 2008-05-11 01:19:59.000000000 +0100
|
|
+++ configure
|
|
@@ -232,8 +231,8 @@ $config{EXTRA_DIR} = ""; #
|
|
if ($config{OSNAME} =~ /darwin/i)
|
|
{
|
|
$config{IS_DARWIN} = "YES";
|
|
- $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX.
|
|
- $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target.
|
|
+# $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX.
|
|
+# $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target.
|
|
$config{EXTRA_DIR} = " launchd_dir"; # Is OSX specific path.
|
|
}
|
|
$config{CC} = "g++"; # C++ compiler
|