aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nbfc
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-04-23 19:47:25 +0800
committergahr <gahr@FreeBSD.org>2014-04-23 19:47:25 +0800
commit512985d79bfa194192d6e95eb7f45d4bf5fa2559 (patch)
treedd38f08ddcf1559dece8ffba516cc80f6d307b74 /lang/nbfc
parent6221343f325b6ddf4b03bb16843e26de1acf8460 (diff)
downloadfreebsd-ports-gnome-512985d79bfa194192d6e95eb7f45d4bf5fa2559.tar.gz
freebsd-ports-gnome-512985d79bfa194192d6e95eb7f45d4bf5fa2559.tar.zst
freebsd-ports-gnome-512985d79bfa194192d6e95eb7f45d4bf5fa2559.zip
- Fix build on < 8000000 (yacc doesn't have a -y option)
Reported by: pkg-fallout
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