summaryrefslogtreecommitdiff
path: root/chat/inspircd/patches/patch-ac
blob: 6fd03a66c9ab3593ea2774a898282585205cfe7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.4 2007/10/13 21:11:39 adrianp Exp $

--- configure.orig	2007-08-20 22:06:16.000000000 +0100
+++ configure
@@ -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