Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.x
This commit is contained in:
parent
5bd640897d
commit
75250ab5da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115455
4 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_audio_SDL__mixer__MMX.c \
|
||||
${FILESDIR}/extra-patch-src_cpuinfo_SDL__cpuinfo.c \
|
||||
${FILESDIR}/extra-patch-src_video_SDL__yuv__mmx.c
|
||||
.endif
|
||||
|
||||
.if exists(/usr/lib/libvgl.so.3)
|
||||
CONFIGURE_ARGS+=--enable-video-vgl
|
||||
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
||||
|
|
Loading…
Reference in a new issue