aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-06-02 23:24:43 +0800
committerglarkin <glarkin@FreeBSD.org>2010-06-02 23:24:43 +0800
commit0709915832ab713fc0fb3ec88f90cfd4aa83feda (patch)
tree9937a14fa2f1929ee5776b8d5d7e8bb245442bb3
parent119f70b24765084dcb9d0d7293e2e94df31b2da5 (diff)
downloadfreebsd-ports-graphics-0709915832ab713fc0fb3ec88f90cfd4aa83feda.tar.gz
freebsd-ports-graphics-0709915832ab713fc0fb3ec88f90cfd4aa83feda.tar.zst
freebsd-ports-graphics-0709915832ab713fc0fb3ec88f90cfd4aa83feda.zip
- 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
-rw-r--r--devel/patch/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index f6ed29f1225..451c6e4d16e 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -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>