12345678910111213141516171819202122 |
- $OpenBSD: patch-configure,v 1.1.1.1 2015/04/07 14:00:07 kirby Exp $
- --- configure.orig Sun Mar 1 00:34:32 2015
- +++ configure Mon Mar 2 22:49:15 2015
- @@ -2784,7 +2784,7 @@ $as_echo "#define TKGATE_HOMEPAGE \"http://www.tkgate.
- #
- # Tcl/Tk version we will try to use (from most favored to least favored)
- #
- -TKGATE_TCLTK_VERSIONS="8.6 8.5 8.4 8.3"
- +#TKGATE_TCLTK_VERSIONS="8.6 8.5 8.4 8.3"
-
- #
- # Directories to search for include files
- @@ -2794,7 +2794,7 @@ TKGATE_INCDIRS="/usr/X11R6/include /usr/X11/include /p
- #
- # Directories to search for library files
- #
- -TKGATE_LIBDIRS="/usr/X11R6/lib /usr/X11/lib /pkgs/lib /usr/local/lib /usr/lib /sw/lib /opt/local/lib /usr/local/lib/tcl /usr/lib64"
- +#TKGATE_LIBDIRS="/usr/X11R6/lib /usr/X11/lib /pkgs/lib /usr/local/lib /usr/lib /sw/lib /opt/local/lib /usr/local/lib/tcl /usr/lib64"
-
- #
- # Libraries we may need if available.
|