summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-07 16:50:13 +0000
committerrillig <rillig>2007-03-07 16:50:13 +0000
commit7e6cb49fecea094f40b0f4a7e92a8ef15ab3931c (patch)
tree8a9cf6ab27c26b14c5a84a1716ad80f7f5450512 /devel
parent609e7ef28d5522335cb8669ecae762bf6aa7f23a (diff)
downloadpkgsrc-7e6cb49fecea094f40b0f4a7e92a8ef15ab3931c.tar.gz
IRIX has <alloca.h>.
Diffstat (limited to 'devel')
-rw-r--r--devel/flex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index e59e4d0b085..a3ccd5690c3 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/02/05 19:54:36 markd Exp $
+# $NetBSD: Makefile,v 1.23 2007/03/07 16:50:13 rillig Exp $
DISTNAME= flex-2.5.33
PKGREVISION= 2
@@ -14,6 +14,7 @@ USE_TOOLS+= bison gm4:run makeinfo
MAKE_JOBS_SAFE= no
TEST_TARGET= check
INFO_FILES= yes
+CPPFLAGS.IRIX+= -DHAVE_ALLOCA_H # bug #1675899
LIBS.SunOS+= -lm
USE_PKGLOCALEDIR= YES