freebsd-ports/textproc/srilm/files/patch-Makefile.machine.freebsd
Cheng-Lung Sung dce1d60fad - update to 1.4.2
- since it works well with tcl8.4, set LIB_DEPENDS to tcl84

Approved by:	co-mentor (vanilla)
2004-10-23 03:35:17 +00:00

21 lines
549 B
Text

--- common/Makefile.machine.freebsd.orig Mon Oct 20 02:59:58 2003
+++ 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)
# Location of gawk binary
- GAWK = /usr/bin/gawk
+ GAWK = /usr/bin/awk