1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- BROKEN does not build:

cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -fPIC -O2 -pipe -fPIC -fno-strict-aliasing -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c
In file included from sycklex.h:4,
                 from gram.y:23:
		 gram.h:107: error: conflicting types for 'syckparse'
This commit is contained in:
Martin Wilke 2013-03-08 13:21:31 +00:00
parent 635a2c5993
commit 665e04efc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313647

View File

@ -9,6 +9,8 @@ MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for reading and writing YAML 1.0
BROKEN= does not build
GNU_CONFIGURE= yes
USES= bison
CFLAGS+= -fPIC