1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Fix build on FreeBSD 10.

PR:		ports/181855
Submitted by:	Justin Head <ports@encarnate.com> (maintainer)
This commit is contained in:
Tijl Coosemans 2013-10-19 20:49:37 +00:00
parent ca5f77d1cb
commit e76bd53834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330935
2 changed files with 17 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= heartbeat
PORTVERSION= 2.1.4
PORTREVISION= 19
PORTREVISION= 20
CATEGORIES= sysutils
#MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
MASTER_SITES= ${MASTER_SITE_LOCAL}
@ -14,6 +14,8 @@ DIST_SUBDIR= heartbeat
MAINTAINER= ports@encarnate.com
COMMENT= Subsystem for High-Availability Clustering
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
net:${PORTSDIR}/net/libnet \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \

View File

@ -0,0 +1,14 @@
--- telecom/recoverymgrd/conf_lex.l.orig 2008-08-18 07:32:19.000000000 -0500
+++ telecom/recoverymgrd/conf_lex.l 2013-09-05 19:11:32.000000000 -0500
@@ -56,9 +56,11 @@
%{
FILE *yyget_out(void);
%}
+/*
%{
int yyget_leng(void);
%}
+*/
%{
char *yyget_text(void);
%}