Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/
directories to allow building with gcc-2.95.
This commit is contained in:
parent
efd0e15ce9
commit
5d13d8ea15
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2005/12/03 15:06:42 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2006/02/12 05:10:36 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= unalz-0.53
|
||||
|
@ -13,12 +13,17 @@ COMMENT= Alzip archive (.alz) extractor
|
|||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
BUILD_TARGET= posix-utf8
|
||||
NO_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
WRKSRC= ${WRKDIR}/unalz
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
SUBST_CLASSES+= d2u
|
||||
SUBST_STAGE.d2u= pre-configure
|
||||
SUBST_FILES.d2u= bzip2/*.[ch] zlib/*.[ch]
|
||||
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
|
||||
USE_TOOLS+= tr
|
||||
|
||||
.include "../../archivers/bzip2/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue