summaryrefslogtreecommitdiffstats
path: root/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild')
-rw-r--r--perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild
index 144fdf4355..85c550ca65 100644
--- a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild
+++ b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Alien-SDL
-# Copyright 2013 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2013-2017 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=perl-Alien-SDL
SRCNAM=Alien-SDL
-VERSION=1.440
+VERSION=1.446
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,6 +50,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Workaround bug with --with-sdl-config
+sed -i '/^GetOptions/d' Build.PL
+
perl Build.PL \
prefix=/usr \
installdirs=vendor \