Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=imgrebuild.git;a=commitdiff;h=8a3377bd559ab2716c993859025011a80fa4c4e9

commit 8a3377bd559ab2716c993859025011a80fa4c4e9
Author: Elentir <elen...@frugalware.org>
Date:   Sun May 30 22:26:13 2010 +0200

efltk-2.0.8-1-i686

* version bump
* add efltk-scandirfix.patch

diff --git a/source/xlib-extra/efltk/FrugalBuild 
b/source/xlib-extra/efltk/FrugalBuild
index 160998e..c562ddc 100644
--- a/source/xlib-extra/efltk/FrugalBuild
+++ b/source/xlib-extra/efltk/FrugalBuild
@@ -3,19 +3,19 @@
# Contributor: BMH1980 <bmh198...@yahoo.de>

pkgname=efltk
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="EFltk is a LGPL'd C++ graphical user interface toolkit"
_F_sourceforge_dirname="ede"
Finclude sourceforge
url="http://equinox-project.org/";
-source=($source 01-fix-cflags.patch)
-license="LGPL"
+source=($source 01-fix-cflags.patch $pkgname-scandirfix.patch)
depends=('libjpeg' 'libstdc++' 'libpng' 'mesa' 'libxrender' 'freetype2>=2.3.1' 
'fontconfig' 'unixodbc' 'libxft')
groups=('xlib-extra')
archs=('i686' 'x86_64')
-sha1sums=('b5a4911414e7d933df5e339dab34c7a18a691736' \
-          '0c8f452f9b3234f8e1694b149bc649ee01569f5b')
+sha1sums=('e6c9838fb01628616e1ec854dc25ac8f151f5725' \
+          '0c8f452f9b3234f8e1694b149bc649ee01569f5b' \
+          'fe7ad86b382bb0745305bf2feda506fee1a68b7a')

build()
{
diff --git a/source/xlib-extra/efltk/efltk-scandirfix.patch 
b/source/xlib-extra/efltk/efltk-scandirfix.patch
new file mode 100644
index 0000000..dec3039
--- /dev/null
+++ b/source/xlib-extra/efltk/efltk-scandirfix.patch
@@ -0,0 +1,11 @@
+--- efltk/src/core/filename_list.cpp   2009-04-22 12:51:38.000000000 +0000
++++ efltk/src/core/filename_list.cpp   2010-05-21 23:48:01.000000000 +0000
+@@ -59,7 +59,7 @@ int fl_filename_list(const char *dir, di
+     // The vast majority of Unix systems want the sort function to have this
+     // prototype, most likely so that it can be passed to qsort without any
+     // changes:
+-    return scandir(dir, list, 0, (int(*)(const void*,const void*))sort);
++    return scandir(dir, list, 0, (int(*)(const dirent **,const dirent 
**))sort);
+ #else
+     // This version is when we define our own scandir (WIN32 and perhaps
+     // some Unix systems) and apparently on Irix:
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to