mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add support for NONETHACK compile time option.
PR: 76170 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
This commit is contained in:
parent
2b7d09ff5a
commit
c274106b6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142938
@ -28,6 +28,10 @@ NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it har
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NETHACK)
|
||||
CFLAGS+= -DNONETHACK
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/doc/screen.info*
|
||||
|
||||
|
@ -28,6 +28,10 @@ NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it har
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NETHACK)
|
||||
CFLAGS+= -DNONETHACK
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/doc/screen.info*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user