1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix build on FreeBSD 4.x branch: use a patch only on 5.x branch

Reviewed by:	ahze,
		Geoffrey Mainland <mainland@apeiron.net>,
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-11-14 01:16:22 +00:00
parent d1dd15bb4f
commit a26b53bace
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121532
2 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \
# Build fix
.if ${OSVERSION} >= 502100
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-lib::sdp::sdp_decode.c
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-player::src::codec::mp3::mp3_file.cpp
.else
USE_GCC= 3.4
.endif