ports/176674: textproc/syck port fails to compile
Christian Lawrence
christian.lawrence at calorieking.com
Wed Mar 6 02:00:02 UTC 2013
The following reply was made to PR ports/176674; it has been noted by GNATS.
From: Christian Lawrence <christian.lawrence at calorieking.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/176674: textproc/syck port fails to compile
Date: Wed, 06 Mar 2013 09:36:28 +0800
AFAICT, the signature for function syckparse() is different between
lib/gram.h and lib/syck.h.
At lib/gram.h:107, it is defined as: int syckparse(void);
At lib/syck.h:, it is defined as: int syckparse(void *);
Could this be related to recent updates to bison 2.7?
More information about the freebsd-ports-bugs
mailing list