Fix build WITH_SDL on some systems

PR:		88869
Submitted by:	Stephen Hurd <shurd@sasktel.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-11-18 04:18:47 +00:00
parent 84fd75e1bc
commit df1b4952ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148702

View file

@ -66,7 +66,9 @@ pre-everything::
@${ECHO_MSG} "====>"
post-patch:
@${REINPLACE_CMD} -e 's|<SDL/|<SDL11/|' ${WRKSRC}/libvo/*
@${REINPLACE_CMD} -e 's|<SDL/|<SDL11/|' \
${WRKSRC}/src/* \
${WRKSRC}/libvo/*
@${REINPLACE_CMD} -e 's|-O3||;s|<termio.h>|<termios.h>|' ${WRKSRC}/configure
# AMD64 prefers position independent code
.if ${ARCH:L} == "amd64"