1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Specify the YACC to use thru configure vs. a patch.

This commit is contained in:
David E. O'Brien 2007-09-19 21:25:06 +00:00
parent db9219af7d
commit 96e8747cf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199783
2 changed files with 1 additions and 5 deletions

View File

@ -21,6 +21,7 @@ ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV+= YACC=${YACC}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes

View File

@ -1,5 +0,0 @@
--- cc/cpp/Makefile.in.orig 2007-01-02 11:49:40.000000000 -0800
+++ cc/cpp/Makefile.in 2007-09-17 19:30:58.000000000 -0700
@@ -18 +18 @@ LEX = @LEX@
-YACC = @YACC@
+#YACC = @YACC@