mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
23 lines
606 B
Plaintext
23 lines
606 B
Plaintext
$NetBSD: patch-ab,v 1.3 2009/01/18 11:28:56 wiz Exp $
|
|
|
|
--- configure.orig 2008-11-16 17:25:05.000000000 +0100
|
|
+++ configure
|
|
@@ -12133,7 +12133,7 @@ fi
|
|
|
|
|
|
if test x$build_swift != xno ; then
|
|
- if test x$with_swift_dir == x ; then
|
|
+ if test x$with_swift_dir = x ; then
|
|
# Check default location /opt/swift
|
|
with_swift_dir="/opt/swift"
|
|
fi
|
|
@@ -12189,7 +12189,7 @@ fi
|
|
|
|
|
|
if test x$build_theta != xno ; then
|
|
- if test x$with_theta_dir == x ; then
|
|
+ if test x$with_theta_dir = x ; then
|
|
# Check default location /opt/theta
|
|
with_theta_dir="/opt/theta"
|
|
fi
|