1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Removed unnecessary config.hin patch, since the configure script

correctly detects if the platform has a DOS-compliant setmode function.

PR:		ports/147006
Submitted by:	swell.k@gmail.com
This commit is contained in:
Greg Larkin 2010-06-02 15:24:43 +00:00
parent e0d693a695
commit d7aa6addfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255538

View File

@ -21,8 +21,4 @@ USE_GMAKE= yes
MAN1= gpatch.1
PLIST_FILES= bin/gpatch
post-patch:
@${REINPLACE_CMD} -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
${WRKSRC}/config.hin
.include <bsd.port.mk>