aboutsummaryrefslogtreecommitdiff
path: root/lang/nbfc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-04-23 11:47:25 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-04-23 11:47:25 +0000
commit6f2f8c48f168628a7fc86e955fe8312de9c99964 (patch)
treedd38f08ddcf1559dece8ffba516cc80f6d307b74 /lang/nbfc
parentcf9f93a2855cc1de96aa3462d2b29648bd2a7056 (diff)
downloadports-6f2f8c48f168628a7fc86e955fe8312de9c99964.tar.gz
ports-6f2f8c48f168628a7fc86e955fe8312de9c99964.zip
- Fix build on < 8000000 (yacc doesn't have a -y option)
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=351924
Diffstat (limited to 'lang/nbfc')
-rw-r--r--lang/nbfc/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nbfc/files/patch-Makefile b/lang/nbfc/files/patch-Makefile
index 2cc0604a5fcd..f8497e22e24d 100644
--- a/lang/nbfc/files/patch-Makefile
+++ b/lang/nbfc/files/patch-Makefile
@@ -14,7 +14,7 @@
y.tab.o: bf.y
- bison -yd bf.y
- gcc -c y.tab.c
-+ ${YACC} -yd bf.y
++ ${YACC} -d bf.y
+ ${CC} ${CFLAGS} -c y.tab.c
compiler.o: compiler.c