Mark as BROKEN, it is known to produce bogus values with extra _ in
config.h scripts. Ports using it have been switched to use a version that's known to work. Comment from sthen@ ok sthen@ ajacoutot@
This commit is contained in:
parent
b6c7978f40
commit
f27ce02e0d
@ -1,6 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 20:21:01 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/01/19 08:49:53 landry Exp $
|
||||
|
||||
VERSION = 2.65
|
||||
BROKEN = relies on GNU m4 behaviour that /usr/bin/m4 does not yet handle
|
||||
# look for, in particular, extra _ chars. likely to be a problem
|
||||
# with translit(). you can add this hack to a port Makefile to use
|
||||
# GNU m4 to generate the script so you can compare behaviour:
|
||||
# AUTOCONF= M4=${LOCALBASE}/bin/gm4 autoconf
|
||||
|
||||
BUILD_DEPENDS = devel/help2man
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user