diff options
Diffstat (limited to 'network/ekiga/ekiga.SlackBuild')
-rw-r--r-- | network/ekiga/ekiga.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild index c5de52fcfa..cb2a19f956 100644 --- a/network/ekiga/ekiga.SlackBuild +++ b/network/ekiga/ekiga.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ekiga -VERSION=${VERSION:-3.2.4} +VERSION=${VERSION:-3.2.6} ARCH=${ARCH:-i486} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -102,9 +102,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix compilation on gtk-2.12.x -patch -p1 < $CWD/ekiga-3.2.4-fix_compile_gtk_212.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |