Disable the internal libsigsegv, it took out the build on several

arch, problem found the hard way by jasper@
This commit is contained in:
sthen 2009-10-21 10:47:24 +00:00
parent 4ab112881e
commit 8a15d675bb

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2009/10/15 11:28:55 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2009/10/21 10:47:24 sthen Exp $
COMMENT= GNU awk
V= 3.1.7
DISTNAME= gawk-$V
PKGNAME= ${DISTNAME}p0
CATEGORIES= lang
HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html
@ -22,6 +23,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-libsigsegv
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"