FreeBSD Bugzilla – Attachment 224884 Details for
Bug 254467
games/eduke32: Suggest to revert r562560
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix IGNORE logic for FULL game option
eduke32-fix-ignore.diff (text/plain), 511 bytes, created by
Felix Palmen
on 2021-05-12 20:03:10 UTC
(
hide
)
Description:
fix IGNORE logic for FULL game option
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2021-05-12 20:03:10 UTC
Size:
511 bytes
patch
obsolete
>diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile >index 1612d6dde203..e51a8b419dae 100644 >--- a/games/eduke32/Makefile >+++ b/games/eduke32/Makefile >@@ -88,7 +88,7 @@ MAKE_ARGS+= LTO=0 > # is set. > _CKSUMFILES= ${ALLFILES:Nduke3d/duke*} > >-.if !exists(${DISTDIR}/duke3d/duke3d.grp) && !exists(${DISTDIR}/duke3d/duke.rts) >+.if !exists(${DISTDIR}/duke3d/duke3d.grp) || !exists(${DISTDIR}/duke3d/duke.rts) > IGNORE= option FULL selected, but duke3d.grp or duke.rts not found in ${DISTDIR}/duke3d > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
zirias
:
maintainer-approval?
(
pkubaj
)
Actions:
View
|
Diff
Attachments on
bug 254467
: 224884