diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-23 11:55:31 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-23 11:55:31 +0800 |
commit | 889db38e89c54414d2dc8d14cd34e89bfea7c628 (patch) | |
tree | d8f175d6f84738499b984ebf5c146ba9764e4269 /textproc | |
parent | 23429dd3eba8d7041da79a2c3c49fa4fd757c6b5 (diff) | |
download | freebsd-ports-gnome-889db38e89c54414d2dc8d14cd34e89bfea7c628.tar.gz freebsd-ports-gnome-889db38e89c54414d2dc8d14cd34e89bfea7c628.tar.zst freebsd-ports-gnome-889db38e89c54414d2dc8d14cd34e89bfea7c628.zip |
Update to 0.4.3
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libebml/Makefile | 11 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 2 |
2 files changed, 10 insertions, 3 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +# this is gcc 2.x +CFLAGS+= -DNO_WSTRING +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo index 554fbd6ca3a6..1c546c5cf8f0 100644 --- a/textproc/libebml/distinfo +++ b/textproc/libebml/distinfo @@ -1 +1 @@ -MD5 (libebml-0.4.2.tar.bz2) = d07a4b9323e615d320c0460ce1b69009 +MD5 (libebml-0.4.3.tar.bz2) = 835f215d5ef9cab9187f5e4114c7f775 |