diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-13 09:36:33 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-13 09:36:33 +0000 |
commit | da2cc77ca0c260b44a01d425c9a983e2b7b50154 (patch) | |
tree | 6f545eb406f9fddf14c6f04d7a2c0c5a3e05c43f /www/varnish | |
parent | ccee44546735b5fe5a069c93d0dac2296639b179 (diff) | |
download | pkgsrc-da2cc77ca0c260b44a01d425c9a983e2b7b50154.tar.gz |
Use _COMPILER_ABI_FLAG to call the compiler with proper ABI in VCC_CC.
Bump PKGREVISION.
Diffstat (limited to 'www/varnish')
-rw-r--r-- | www/varnish/Makefile | 8 | ||||
-rw-r--r-- | www/varnish/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 8c9a54e0084..0ba40e1d365 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2012/03/03 00:14:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/03/13 09:36:33 fhajny Exp $ # DISTNAME= varnish-3.0.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ @@ -51,9 +51,9 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.5:../../textproc/py-docutils .if ${OPSYS} == "SunOS" . if ${PKGSRC_COMPILER} == "sunpro" -CONFIGURE_ENV+= VCC="cc -Kpic -G -o %o %s" +CONFIGURE_ENV+= VCC_CC="cc ${_COMPILER_ABI_FLAG.${ABI}} -Kpic -G -o %o %s" . else -CONFIGURE_ENV+= VCC_CC="gcc -fpic -shared -o %o %s" +CONFIGURE_ENV+= VCC_CC="gcc ${_COMPILER_ABI_FLAG.${ABI}} -fpic -shared -o %o %s" . endif .endif diff --git a/www/varnish/PLIST b/www/varnish/PLIST index 52a45295b46..baf442aa427 100644 --- a/www/varnish/PLIST +++ b/www/varnish/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/11/12 20:40:16 mspo Exp $ +@comment $NetBSD: PLIST,v 1.8 2012/03/13 09:36:33 fhajny Exp $ bin/varnishadm bin/varnishhist bin/varnishlog @@ -35,8 +35,8 @@ man/man1/varnishtest.1 man/man1/varnishtop.1 man/man3/vmod_std.3 man/man7/varnish-cli.7 -man/man7/vcl.7 man/man7/varnish-counters.7 +man/man7/vcl.7 sbin/varnishd share/examples/rc.d/varnishd share/examples/rc.d/varnishlog |