aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmatroska/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-03-14 10:22:53 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-03-14 10:22:53 +0000
commit8b04c891a8bd416fc8214ee79c86c13bbdf61ee7 (patch)
tree981756a263c08387887faad279aa74427d2f1590 /multimedia/libmatroska/Makefile
parentc5e7b061935a0a05d3f74fc5cf9f7dd51ce39772 (diff)
downloadports-8b04c891a8bd416fc8214ee79c86c13bbdf61ee7.tar.gz
ports-8b04c891a8bd416fc8214ee79c86c13bbdf61ee7.zip
Notes
Diffstat (limited to 'multimedia/libmatroska/Makefile')
-rw-r--r--multimedia/libmatroska/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index ae4ce1c95086..59ee450fa4df 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -46,11 +46,6 @@ do-configure:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-# this is gcc 2.x
-CFLAGS+= -DNO_WSTRING
-.endif
-
# gcc 3.2 was available on 5.x before this OSVERSION
# do not build gcc 3.3 unless necessary
.if ${OSVERSION} < 501103
@@ -61,4 +56,10 @@ USE_GCC=3.2
USE_GCC=3.3
.endif
+.if ${OSVERSION} < 500000
+USE_GCC=2.95
+# this is gcc 2.x
+CFLAGS+= -DNO_WSTRING -I${LOCALBASE}/include
+.endif
+
.include <bsd.port.post.mk>