summaryrefslogtreecommitdiff
path: root/sysutils/tkdesk/patches/patch-aa
blob: 662bca198e0026c37908c31534bdd303694381f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
$NetBSD: patch-aa,v 1.3 2006/10/14 02:18:37 rillig Exp $

--- configure.orig	2004-04-14 05:39:47.000000000 +0200
+++ configure	2006-10-14 04:17:03.000000000 +0200
@@ -1430,7 +1430,7 @@ TK_LIB_STATIC=${TKCONF_PATH}/libtk${TK_V
 # Check for the TkStep libraries (if needed)...
 #
 
-if test "$ENABLE_TKSTEP" == "yes" ; then
+if test "$ENABLE_TKSTEP" = "yes" ; then
   TK_LIB_SPEC="-ltkstep -lXpm -ltiff"
   { echo "$as_me:$LINENO: will link using TkStep libraries" >&5
 echo "$as_me: will link using TkStep libraries" >&6;}
@@ -1446,7 +1446,7 @@ echo "$as_me:$LINENO: result: $TCL_VERSI
 echo "${ECHO_T}$TCL_VERSION" >&6
 if test "$TCL_MAJOR_VERSION" -lt 8; then
    echo
-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
+   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
       { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tcl.  Good luck.  Hope it works out for you." >&5
 echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tcl.  Good luck.  Hope it works out for you." >&2;}
    else
@@ -1462,7 +1462,7 @@ echo "$as_me:$LINENO: result: $TK_VERSIO
 echo "${ECHO_T}$TK_VERSION" >&6
 if test "$TK_MAJOR_VERSION" -lt 8; then
    echo
-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
+   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
       { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tk.  Good luck.  Hope it works out for you." >&5
 echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tk.  Good luck.  Hope it works out for you." >&2;}
    else
@@ -1505,7 +1505,7 @@ echo $ECHO_N "checking version of Itcl..
 echo "${ECHO_T}$ITCL_VERSION" >&6
    if test "$ITCL_MAJOR_VERSION" -ne 3; then
       echo
-      if test "$ENABLE_UNSUPPORTED" == "yes" ; then
+      if test "$ENABLE_UNSUPPORTED" = "yes" ; then
 	 { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Itcl.  Good luck.  Hope it works out for you." >&5
 echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Itcl.  Good luck.  Hope it works out for you." >&2;}
       else
@@ -1548,10 +1548,10 @@ else
      ITCL_LIB_SPEC="-L${TCLCONF_PATH} -litcl3.1"
      ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl3.1.a
   fi
-  if test -f "${TCLCONF_PATH}/libitcl3.2.so" -o -f "${TCLCONF_PATH}/libitcl3.2.a"
+  if test -f "${TCLCONF_PATH}/libitcl32.so" -o -f "${TCLCONF_PATH}/libitcl32.a"
   then
-     ITCL_LIB_SPEC="-L${TCLCONF_PATH} -litcl3.2"
-     ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl3.2.a
+     ITCL_LIB_SPEC="-L${TCLCONF_PATH} -litcl32"
+     ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl32.a
   fi
 fi
 
@@ -1570,11 +1570,9 @@ else
    BLT_LIB_SPEC="-L$BLT_LIB_PATH -lBLT"
    BLT_LIB_STATIC=$BLT_LIB_PATH/libBLT.a
    NEED_BLT_LIB=
-   if test   ! -f $BLT_LIB_PATH/libBLT.a \
-          -a ! -f $BLT_LIB_PATH/libBLT.so
+   if test   ! -f $BLT_LIB_PATH/libBLT.a
    then
-      if test   ! -f $BLT_LIB_PATH/lib/libBLT.a \
-	     -a ! -f $BLT_LIB_PATH/lib/libBLT.so
+      if test   ! -f $BLT_LIB_PATH/lib/libBLT.a
       then
 	 echo
 	 { { echo "$as_me:$LINENO: error: could not find libBLT.a or libBLT.so in $BLT_LIB_PATH or in $BLT_LIB_PATH/lib." >&5