fox: update to 1.6.54.

This commit is contained in:
Michael Gehring 2017-04-30 23:04:01 +00:00
parent 925eddc87e
commit 4698c9c36e
2 changed files with 2 additions and 15 deletions

View file

@ -1,13 +0,0 @@
Fix an obvious typo.
--- src/FXString.cpp 2016-06-16 06:16:00.000000000 +0200
+++ src/FXString.cpp 2016-11-01 18:16:42.717595139 +0100
@@ -2365,7 +2365,7 @@
#else
va_list ag;
x: va_copy(ag,args);
- result=vsnprintf(str,length()+1,fmt,a);
+ result=vsnprintf(str,length()+1,fmt,ag);
va_end(ag);
if(result<0){ length(FXMAX(64,length()*2)); goto x; }
if(length()<result){ length(result); goto x; }

View file

@ -1,6 +1,6 @@
# Template file for 'fox'
pkgname=fox
version=1.6.52
version=1.6.54
revision=1
build_style=gnu-configure
configure_args="--enable-release --with-xft=yes --with-opengl=yes --with-xim
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.fox-toolkit.org/"
license="LGPL-2.1, MIT"
distfiles="http://ftp.fox-toolkit.org/pub/fox-$version.tar.gz"
checksum=8e57af9801a3400dbecf34927e871896ff4198ab72c1a3a5e4e27258a3a47d1b
checksum=960f16a8a69d41468f841039e83c2f58f3cb32622fc283a69f20381abb355219
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"