mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 07:47:12 -04:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
$NetBSD: patch-ah,v 1.8 2010/11/10 10:52:47 adam Exp $
|
|
|
|
--- sqwebmail/configure.orig 2010-11-07 18:42:06.000000000 +0000
|
|
+++ sqwebmail/configure
|
|
@@ -11712,7 +11712,7 @@ fi
|
|
|
|
|
|
|
|
-if test -d ${srcdir}/../courier
|
|
+if true || test -d ${srcdir}/../courier
|
|
then
|
|
pkglibexecdir='$(libexecdir)/courier'
|
|
else
|