diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 02:16:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 02:16:14 +0000 |
commit | 49e0d514cd323d623a435243acdb115051415acd (patch) | |
tree | 6cedf79573a7bc3059fca9e9ff9ce71c6e43f58d /textproc/libebml | |
parent | 6dc9c9ac89f0b9228d1d17b9f8f5220c13bab972 (diff) | |
download | ports-49e0d514cd323d623a435243acdb115051415acd.tar.gz ports-49e0d514cd323d623a435243acdb115051415acd.zip |
Notes
Diffstat (limited to 'textproc/libebml')
-rw-r--r-- | textproc/libebml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index 7cfbfdab1dcb..a28e69df87b5 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -7,6 +7,7 @@ PORTNAME= libebml PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://dl.matroska.org/downloads/libebml/ @@ -36,7 +37,12 @@ do-configure: .if ${OSVERSION} < 500000 # this is gcc 2.x -CFLAGS+= -DNO_WSTRING +CFLAGS+= -DNO_WSTRING +# use gcc 3.2 +USE_GCC=3.2 +.else +# default for 5.x series +USE_GCC=3.3 .endif .include <bsd.port.post.mk> |