1
0
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:
Cy Schubert 2005-09-16 16:24:19 +00:00
parent 2b7d09ff5a
commit c274106b6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142938
2 changed files with 8 additions and 0 deletions

View File

@ -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*

View File

@ -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*