From 889db38e89c54414d2dc8d14cd34e89bfea7c628 Mon Sep 17 00:00:00 2001 From: lioux Date: Fri, 23 May 2003 03:55:31 +0000 Subject: Update to 0.4.3 --- textproc/libebml/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'textproc/libebml/Makefile') diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index efbb431ffe91..db70f6d77334 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libebml -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= textproc MASTER_SITES= http://matroska.sourceforge.net/downloads/ @@ -32,4 +32,11 @@ do-configure: s,^(INSTALL_OPTS_LIB|INSTALL_OPTS)[[:space:]]*=.*$$,\1=${INSTALL_DATA},' \ ${WRKSRC}/make/linux/Makefile -.include +.include + +.if ${OSVERSION} < 500000 +# this is gcc 2.x +CFLAGS+= -DNO_WSTRING +.endif + +.include -- cgit