summaryrefslogtreecommitdiffstats
path: root/perl/perl-Math-Int128/perl-Math-Int128.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-19 00:45:22 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-20 20:45:15 +0700
commitedb487ac92ea20efece5df3fd684ed4fbb34f7c3 (patch)
tree57d5d6f94614b10ee48d5d858ffa15bf2200df12 /perl/perl-Math-Int128/perl-Math-Int128.SlackBuild
parent2757d5f649c6bc72f9a579d2f483d7ca4eefc685 (diff)
downloadslackbuilds-edb487ac92ea20efece5df3fd684ed4fbb34f7c3.tar.gz
slackbuilds-edb487ac92ea20efece5df3fd684ed4fbb34f7c3.tar.xz
perl/perl-Math-Int128: Mark as unsupported on 32-bit (it really is).
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-Int128/perl-Math-Int128.SlackBuild')
-rw-r--r--perl/perl-Math-Int128/perl-Math-Int128.SlackBuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/perl/perl-Math-Int128/perl-Math-Int128.SlackBuild b/perl/perl-Math-Int128/perl-Math-Int128.SlackBuild
index 3767f49ad4..97b6e428d8 100644
--- a/perl/perl-Math-Int128/perl-Math-Int128.SlackBuild
+++ b/perl/perl-Math-Int128/perl-Math-Int128.SlackBuild
@@ -22,6 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220319 bkw: Modified by SlackBuilds.org:
+# - mark as 64-bit only in .info file, since it'll never build on 32-bit.
+# References:
+# https://stackoverflow.com/questions/34532528/undefined-reference-to-divdi3
+# https://stackoverflow.com/questions/16088282/is-there-a-128-bit-integer-in-gcc
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Math-Int128
@@ -40,9 +46,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -77,9 +80,9 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
perl Makefile.PL \
PREFIX=/usr \