mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- The GUI is now based on gtk2 instead of Xaw - Flags are stored symbolically in the .pcb file. - As part of the switch to gtk2, the user customizable menu feature has been temporarily broken. Hopefully this will be fixed by the next snapshot. In addition, the loading of background images has also been temporarily broken. Submitted by: des
16 lines
566 B
Text
16 lines
566 B
Text
--- configure.orig Tue Jun 14 02:38:35 2005
|
|
+++ configure Tue Jun 14 02:41:54 2005
|
|
@@ -3612,13 +3612,6 @@
|
|
done
|
|
test -n "$WISH" || WISH="none"
|
|
|
|
-if test "X$WISH" = "Xnone" ; then
|
|
- { { echo "$as_me:$LINENO: error: Did not find the wish executible. You need to make sure
|
|
- that tcl is installed on your system and that wish is in your path" >&5
|
|
-echo "$as_me: error: Did not find the wish executible. You need to make sure
|
|
- that tcl is installed on your system and that wish is in your path" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-fi
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|