diff options
Diffstat (limited to 'dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_tcltk.patch')
-rw-r--r-- | dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_tcltk.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_tcltk.patch b/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_tcltk.patch new file mode 100644 index 000000000000..9f197bfbb669 --- /dev/null +++ b/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_tcltk.patch @@ -0,0 +1,14 @@ +--- mercury-extras-0.13.0-beta-2006-04-03.orig/graphics/mercury_tcltk/Mmakefile 2005-08-15 16:11:42.000000000 +1200 ++++ mercury-extras-0.13.0-beta-2006-04-03/graphics/mercury_tcltk/Mmakefile 2006-04-06 07:25:40.000000000 +1200 +@@ -8,10 +8,7 @@ + + # You may need to modify the line below + +-MLLIBS = -ltk8.4 -ltcl8.4 -L/usr/X11R6/lib -lX11 -lXmu -lXext -lm -ldl \ +- -lXt -lICE -lSM +- +-MLFLAGS = -R/usr/X11R6/lib ++MLLIBS = -ltk -ltcl + + # On some Linux machines you may need to let mgnuc know where the + # tcl/tk header files are. |