mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/10/20 18:37:49 asau Exp $
|
|
|
|
--- configure.orig 2013-10-17 22:17:44.000000000 +0000
|
|
+++ configure
|
|
@@ -3576,7 +3576,7 @@ fi
|
|
rm -f $ERL_TOP/lib/SKIP-APPLICATIONS
|
|
for app in `cd lib && ls -d *`; do
|
|
var=`eval echo \\$with_$app`
|
|
- if test X${var} == Xno; then
|
|
+ if test X${var} = Xno; then
|
|
echo "$app" >> $ERL_TOP/lib/SKIP-APPLICATIONS
|
|
fi
|
|
done
|