- Unbreak and fix Build

PR:		140743
Submitted by:	Klaus T Aehlig <aehlig@linta.de>
This commit is contained in:
Martin Wilke 2009-11-21 15:29:43 +00:00
parent 433b645b86
commit 9e5f8c6b1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244606
2 changed files with 10 additions and 2 deletions

View file

@ -20,8 +20,6 @@ BUILD_DEPENDS= lemon:${PORTSDIR}/devel/lemon \
LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
curl.5:${PORTSDIR}/ftp/curl
BROKEN= does not compile
USE_GMAKE= yes
USE_GNOME= libglade2 libxml2
MAKEFILE= makefile

View file

@ -0,0 +1,10 @@
--- css/parser.y.orig 2009-11-21 09:40:45.000000000 +0100
+++ css/parser.y 2009-11-21 09:39:49.000000000 +0100
@@ -398,6 +398,7 @@
%extra_argument { struct css_parser_params *param }
%include {
+#include <assert.h>
#include <strings.h>
#define CSS_INTERNALS
#include "css/css.h"