mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix building with recent nasm.
Feature safe: yes (miwi)
This commit is contained in:
parent
950dfc5d04
commit
cad3fc58bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241926
2 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,10 @@ CONFIGURE_ARGS+=--with-cmz80
|
||||||
CONFIGURE_ARGS+=--with-sdl-audio
|
CONFIGURE_ARGS+=--with-sdl-audio
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
|
||||||
|
${WRKSRC}/raze/raze.asm.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${ECHO_CMD}
|
@${ECHO_CMD}
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
|
@ -65,6 +65,10 @@ CONFIGURE_ARGS+=--with-cmz80
|
||||||
CONFIGURE_ARGS+=--with-sdl-audio
|
CONFIGURE_ARGS+=--with-sdl-audio
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
|
||||||
|
${WRKSRC}/raze/raze.asm.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${ECHO_CMD}
|
@${ECHO_CMD}
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue