diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-17 02:22:07 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-17 02:22:07 +0800 |
commit | 1b946a4776a580d81c494c6c7b84ab7c9759000c (patch) | |
tree | eb891f8941b0745858d398a8d96c084a5adb319c /x11-toolkits/girara | |
parent | e8db416187aa50d4b74bbbe40678635ff9591006 (diff) | |
download | freebsd-ports-gnome-1b946a4776a580d81c494c6c7b84ab7c9759000c.tar.gz freebsd-ports-gnome-1b946a4776a580d81c494c6c7b84ab7c9759000c.tar.zst freebsd-ports-gnome-1b946a4776a580d81c494c6c7b84ab7c9759000c.zip |
- Update to 0.1.7
- Base gcc is unable to compile this new version, make it use clang
where available, or a newer gcc otherwise
Diffstat (limited to 'x11-toolkits/girara')
-rw-r--r-- | x11-toolkits/girara/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/girara/distinfo | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index 9d7a017f6d5f..0f7a86010424 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -15,6 +15,14 @@ USE_LDCONFIG= yes .include <bsd.port.options.mk> +.if exists(/usr/bin/clang) && ${OSVERSION} > 900014 +CC= /usr/bin/clang +CPP= /usr/bin/clang-cpp +CXX= /usr/bin/clang++ +.else +USE_GCC= 4.6+ +.endif + .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" diff --git a/x11-toolkits/girara/distinfo b/x11-toolkits/girara/distinfo index 8183db2e408c..12f1be75fc61 100644 --- a/x11-toolkits/girara/distinfo +++ b/x11-toolkits/girara/distinfo @@ -1,2 +1,2 @@ -SHA256 (girara-0.1.6.tar.gz) = db12e6bf1f84fbda3c327ca89490b8a87182cc121fdf60297fbd10646e392b28 -SIZE (girara-0.1.6.tar.gz) = 79941 +SHA256 (girara-0.1.7.tar.gz) = 2374b8951d1276638dfca9f6d7570ce12313c8af482426a9a057a0227ea01c8e +SIZE (girara-0.1.7.tar.gz) = 82277 |