mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Fix build with older version of GNU patch(1)
PR: ports/181198 Submitted by: pfg@
This commit is contained in:
parent
341a499bf6
commit
b1634cb751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324671
@ -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@FreeBSD.org
|
||||
COMMENT= Library for terminal-independent, full-screen output (development version)
|
||||
@ -94,6 +93,10 @@ EXAMPLES_CPP= Makefile NEWS PROBLEMS README-first cursesapp.cc \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1000040
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/Makefile.man"
|
||||
|
||||
CONFIGURE_ARGS_WIDEC=--enable-widec
|
||||
|
Loading…
Reference in New Issue
Block a user