summaryrefslogtreecommitdiff
path: root/chat/inspircd/patches/patch-ac
blob: e3b7b1380ae839b4b220dc1a2ede055a37dd896d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.3 2007/08/25 10:15:41 adrianp Exp $

--- configure.orig	2007-08-20 22:06:16.000000000 +0100
+++ configure
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/pkg/bin/perl
 ###################################################
 # InspIRCd Configuration Script
 #
@@ -230,8 +230,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