svn commit: r324671 - head/devel/ncurses-devel
Rong-En Fan
rafan at FreeBSD.org
Tue Aug 13 15:57:11 UTC 2013
Author: rafan
Date: Tue Aug 13 15:57:10 2013
New Revision: 324671
URL: http://svnweb.freebsd.org/changeset/ports/324671
Log:
- Fix build with older version of GNU patch(1)
PR: ports/181198
Submitted by: pfg@
Modified:
head/devel/ncurses-devel/Makefile
Modified: head/devel/ncurses-devel/Makefile
==============================================================================
--- head/devel/ncurses-devel/Makefile Tue Aug 13 15:00:47 2013 (r324670)
+++ head/devel/ncurses-devel/Makefile Tue Aug 13 15:57:10 2013 (r324671)
@@ -14,7 +14,6 @@ DIST_SUBDIR= ${PORTNAME}
PATCH_SITES= ftp://invisible-island.net/ncurses/${RELEASE}/ \
${MASTER_SITE_LOCAL:S/$/:local/}
PATCH_SITE_SUBDIR= rafan/ncurses/:local
-PATCH_DIST_STRIP= -p1
MAINTAINER= rafan at FreeBSD.org
COMMENT= Library for terminal-independent, full-screen output (development version)
@@ -94,6 +93,10 @@ EXAMPLES_CPP= Makefile NEWS PROBLEMS REA
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 1000040
+PATCH_DIST_STRIP= -p1
+.endif
+
.include "${.CURDIR}/Makefile.man"
CONFIGURE_ARGS_WIDEC=--enable-widec
More information about the svn-ports-head
mailing list