summaryrefslogtreecommitdiff
path: root/x11/fltk2/patches/patch-aa
blob: 7d51c9de59b1ed5d73c41a8268473bbd6ca4fded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2008/05/25 15:29:19 joerg Exp $

--- fltk2-config.in.orig	2008-05-16 18:06:21.000000000 +0200
+++ fltk2-config.in
@@ -252,10 +252,10 @@ fi
 #
 case `uname -s` in
     MINGW*)
-	if test "$includedir" == /usr/include; then
+	if test "$includedir" = /usr/include; then
 	  includes=-I$includedir
 	fi
-	if test "$libdir" == /usr/lib; then
+	if test "$libdir" = /usr/lib; then
 	  libs=-L$libdir
 	fi
 	;;