summaryrefslogtreecommitdiffstats
path: root/development/ragel/ragel.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ragel/ragel.SlackBuild')
-rw-r--r--development/ragel/ragel.SlackBuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/development/ragel/ragel.SlackBuild b/development/ragel/ragel.SlackBuild
index c6f56649d7..13e79d8776 100644
--- a/development/ragel/ragel.SlackBuild
+++ b/development/ragel/ragel.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ragel
-VERSION=${VERSION:-7.0.0.10}
+VERSION=${VERSION:-7.0.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,15 +72,6 @@ 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 {} \;
-sed -i "s|\ compare| this->compare|" \
- aapl/{avlcommon,bstcommon,bubblesort,mergesort}.h || exit 1
-sed -i "s| compare| this->compare|" aapl/{avl,bst}common.h || exit 1
-
-# Put headers under subdir
-sed -i -e "s/include_HEADERS/pkginclude_HEADERS/g" src/Makefile.am aapl/Makefile.am
-
-autoreconf -fi
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \