diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 03:35:17 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 03:35:17 +0000 |
| commit | dce1d60fadc5029b9390a60856bbb7fc3ce8c0d8 (patch) | |
| tree | fc2446a6806f97940d22e0028cb75389fb0ba632 /textproc/srilm/files/patch-Makefile.machine.freebsd | |
| parent | Update to 0.5.8. (diff) | |
- update to 1.4.2
- since it works well with tcl8.4, set LIB_DEPENDS to tcl84
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=119987
Diffstat (limited to 'textproc/srilm/files/patch-Makefile.machine.freebsd')
| -rw-r--r-- | textproc/srilm/files/patch-Makefile.machine.freebsd | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/textproc/srilm/files/patch-Makefile.machine.freebsd b/textproc/srilm/files/patch-Makefile.machine.freebsd index fcd64075843a..9d97ec13e693 100644 --- a/textproc/srilm/files/patch-Makefile.machine.freebsd +++ b/textproc/srilm/files/patch-Makefile.machine.freebsd @@ -1,5 +1,16 @@ --- common/Makefile.machine.freebsd.orig Mon Oct 20 02:59:58 2003 -+++ common/Makefile.machine.freebsd Sat Apr 3 16:44:00 2004 ++++ common/Makefile.machine.freebsd Sat Oct 23 11:12:06 2004 +@@ -49,8 +49,8 @@ + RLD_FLAG = -R + + # Tcl support (part of cygwin) +- TCL_INCLUDE = -I/usr/local/include/tcl8.3 +- TCL_LIBRARY = -L/usr/local/lib -ltcl83 ++ TCL_INCLUDE = -I/usr/local/include/tcl8.4 ++ TCL_LIBRARY = -L/usr/local/lib -ltcl84 + + # No ranlib + RANLIB = : @@ -65,6 +65,6 @@ LINT_FLAGS = -DDEBUG $(CFLAGS) |
