summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhans <hans>2012-03-21 18:40:00 +0000
committerhans <hans>2012-03-21 18:40:00 +0000
commitb1b8c15203013e57e194621caf7a998bac48a788 (patch)
tree61d60a3c0dde7bf7b7d02f3e665d86dd1d6404be /devel
parentab2b6cecb61f4207c5cb98eebc06207c15fc1248 (diff)
downloadpkgsrc-b1b8c15203013e57e194621caf7a998bac48a788.tar.gz
Override configure check for the flex library.
This package would normally use bison-yacc and flex, but the files it needs come pre-generated in the distfile. So flex and bison-yacc aren't actually used, and linking against the library can cause the build to fail with unresolved symbols.
Diffstat (limited to 'devel')
-rw-r--r--devel/libthrift/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile
index 5c80f290fcb..ee3b52d8790 100644
--- a/devel/libthrift/Makefile
+++ b/devel/libthrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/03/09 14:31:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.16 2012/03/21 18:40:00 hans Exp $
DISTNAME= thrift-${THRIFT_VERSION}
PKGNAME= libthrift-${THRIFT_VERSION}
@@ -21,6 +21,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LEXLIB=""
WRKSRC= ${WRKDIR}/thrift-${THRIFT_VERSION}
THRIFT_VERSION= 0.7.0