opnsense-ports/textproc/srilm/files/patch-Makefile.common.variables
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
381 B
Text

--- common/Makefile.common.variables.orig Sat Feb 22 06:43:31 2003
+++ common/Makefile.common.variables Thu Jan 1 02:57:25 2004
@@ -52,7 +52,7 @@
DEMANGLE_FILTER = 2>&1 | c++filt
# Path to GNU awk; used in editing scripts
-GAWK = /usr/local/bin/gawk
+GAWK = /usr/bin/awk
# Include machine-type dependent variables
include $(SRILM)/common/Makefile.machine.$(MACHINE_TYPE)