mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
$NetBSD: patch-ac,v 1.3 2009/08/29 22:42:46 adrianp Exp $
|
|
|
|
--- configure.orig 2009-08-21 17:33:04.000000000 +0100
|
|
+++ configure
|
|
@@ -320,8 +320,8 @@ $config{EXTRA_DIR} = ""; # Is emp
|
|
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
|
|
@@ -874,7 +874,7 @@ if (($config{USE_OPENSSL} eq "y") && ($c
|
|
our $failed = 0;
|
|
|
|
$config{CERTGEN} ||= 'y';
|
|
-yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
|
|
+#yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
|
|
|
|
if ($config{USE_GNUTLS} eq "y") {
|
|
unless (-r "src/modules/m_ssl_gnutls.cpp") {
|