diff options
Diffstat (limited to 'perl/perl-tk/perl-tk.SlackBuild')
-rw-r--r-- | perl/perl-tk/perl-tk.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/perl/perl-tk/perl-tk.SlackBuild b/perl/perl-tk/perl-tk.SlackBuild index 9082204c46a24..c08c2d8c11371 100644 --- a/perl/perl-tk/perl-tk.SlackBuild +++ b/perl/perl-tk/perl-tk.SlackBuild @@ -5,8 +5,8 @@ # Written by Pablo Santamaria (pablosantamaria@gmail.com) PRGNAM=perl-tk -VERSION=${VERSION:-804.029} -BUILD=${BUILD:-2} +VERSION=${VERSION:-804.031} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -54,10 +54,6 @@ find . \ # Apply a few patches patch -p1 < $CWD/patches/$PRGNAM-$VERSION.diff -# Fix build failure with libX11-1.4.0 where they added an "X11_" string to -# header guards to avoid possible collision. -patch -p1 < $CWD/patches/804.029-X11_XLIB_H.patch - # XFT=1 (font manager) support, which gives perl-tk programs the ability to # use all fonts accessible from XFT and antialiasing. perl Makefile.PL \ |