diff options
Diffstat (limited to 'chat/inspircd/patches/patch-ac')
-rw-r--r-- | chat/inspircd/patches/patch-ac | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/chat/inspircd/patches/patch-ac b/chat/inspircd/patches/patch-ac index 2aab70fd2d3..f0d3d4d537d 100644 --- a/chat/inspircd/patches/patch-ac +++ b/chat/inspircd/patches/patch-ac @@ -1,8 +1,16 @@ -$NetBSD: patch-ac,v 1.5 2008/06/14 14:30:23 adrianp Exp $ +$NetBSD: patch-ac,v 1.6 2017/08/23 17:54:34 jlam Exp $ ---- configure.orig 2008-05-11 01:19:59.000000000 +0100 +--- configure.orig 2009-07-30 11:28:57.000000000 +0000 +++ configure -@@ -232,8 +231,8 @@ $config{EXTRA_DIR} = ""; # +@@ -18,6 +18,7 @@ use Cwd; + use Getopt::Long; + + # Utility functions for our buildsystem ++use lib "."; + use make::utilities; + use make::configure; + use make::gnutlscert; +@@ -233,8 +234,8 @@ $config{EXTRA_DIR} = ""; # if ($config{OSNAME} =~ /darwin/i) { $config{IS_DARWIN} = "YES"; |