Remove hack now that a.out is gone.

This commit is contained in:
brad 2013-07-06 03:29:57 +00:00
parent 8544016f0f
commit 16ad94a5a6

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.48 2013/06/26 16:24:00 espie Exp $
# $OpenBSD: Makefile,v 1.49 2013/07/06 03:29:57 brad Exp $
COMMENT= GNU parser generator
DISTNAME= bison-2.3
REVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
REVISION = 0
HOMEPAGE= http://www.gnu.org/software/bison/
@ -21,9 +21,3 @@ CONFIGURE_ARGS= --disable-yacc
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
.include <bsd.port.mk>
# work around horrible bug in a.out toolchain, having a variable called "accept"
# won't work, as it's named the same as a libc AND libpthread symbol with
# weak properties
.if !${PROPERTIES:L:Melf}
CFLAGS += -Daccept=ceci_nest_pas_une_pipe
.endif