aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-09-20 05:25:06 +0800
committerobrien <obrien@FreeBSD.org>2007-09-20 05:25:06 +0800
commit4577e87bdb3b6a25e8ba549b6cd0c6779e40a8a4 (patch)
tree0b78eb5af3ecde8876c915172ac24c8cb760d46d
parent9135d7c4c0dc565dfe494ded230b58dc587ae8cf (diff)
downloadfreebsd-ports-gnome-4577e87bdb3b6a25e8ba549b6cd0c6779e40a8a4.tar.gz
freebsd-ports-gnome-4577e87bdb3b6a25e8ba549b6cd0c6779e40a8a4.tar.zst
freebsd-ports-gnome-4577e87bdb3b6a25e8ba549b6cd0c6779e40a8a4.zip
Specify the YACC to use thru configure vs. a patch.
-rw-r--r--lang/pcc/Makefile1
-rw-r--r--lang/pcc/files/patch-cpp-Makefile.in5
2 files changed, 1 insertions, 5 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index f2a3a4532de9..680071658c77 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -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
diff --git a/lang/pcc/files/patch-cpp-Makefile.in b/lang/pcc/files/patch-cpp-Makefile.in
deleted file mode 100644
index 9e9b831c787b..000000000000
--- a/lang/pcc/files/patch-cpp-Makefile.in
+++ /dev/null
@@ -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@