79819b300b
* Fixed a problem in the “multiple -arch options” support introduced in 3.3. When using the direct mode (the default), different combinations of -arch options were not detected properly. * Fixed an issue when compiler option -Wp,-MT,path is used instead of -MT path (and similar for -MF, -MP and -MQ) and run_second_cpp (CCACHE_CPP2) is enabled.
20 lines
584 B
Makefile
20 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:20 adam Exp $
|
|
|
|
DISTNAME= ccache-3.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://samba.org/ftp/ccache/
|
|
# do not use xz distfile here, xz needs gettext-lib which leads to circular
|
|
# dependencies on some platforms.
|
|
#EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
COMMENT= Cache for C/C++ compilers
|
|
LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|