summaryrefslogtreecommitdiffstats
path: root/source/d/re2c
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/re2c')
-rwxr-xr-xsource/d/re2c/re2c.SlackBuild6
-rw-r--r--source/d/re2c/re2c.url2
2 files changed, 6 insertions, 2 deletions
diff --git a/source/d/re2c/re2c.SlackBuild b/source/d/re2c/re2c.SlackBuild
index 8066b113d..e2c263ea9 100755
--- a/source/d/re2c/re2c.SlackBuild
+++ b/source/d/re2c/re2c.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2008-2015 LukenShiro, Italy
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,6 +85,10 @@ 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 {} \;
+if [ ! -r configure ]; then
+ NOCONFIGURE=1 ./autogen.sh
+fi
+
# Configure:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/source/d/re2c/re2c.url b/source/d/re2c/re2c.url
index 1af5364ad..1d90bfd62 100644
--- a/source/d/re2c/re2c.url
+++ b/source/d/re2c/re2c.url
@@ -1 +1 @@
-https://github.com/skvadrik/re2c/releases/download/1.1.1/re2c-1.1.1.tar.gz
+https://github.com/skvadrik/re2c