mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Fix build WITH_SDL on some systems
PR: 88869 Submitted by: Stephen Hurd <shurd@sasktel.net>
This commit is contained in:
parent
84fd75e1bc
commit
df1b4952ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148702
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue