summaryrefslogtreecommitdiffstats
path: root/system/maxcso/maxcso.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/maxcso/maxcso.SlackBuild')
-rw-r--r--system/maxcso/maxcso.SlackBuild18
1 files changed, 2 insertions, 16 deletions
diff --git a/system/maxcso/maxcso.SlackBuild b/system/maxcso/maxcso.SlackBuild
index f1fc8a467b..f8607544be 100644
--- a/system/maxcso/maxcso.SlackBuild
+++ b/system/maxcso/maxcso.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for maxcso
-# Copyright 2018 Hunter Sezen California, USA
+# Copyright 2018-2019 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=maxcso
-VERSION=${VERSION:-1.10.0}
+VERSION=${VERSION:-1.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,20 +69,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 {} \;
-# Makefile: Add install and uninstall targets.
-# https://github.com/unknownbrackets/maxcso/commit/06c234d2734a2f129aa5cbc1cf8332594813343d
-# https://github.com/unknownbrackets/maxcso/pull/23
-patch -p1 < $CWD/install.patch
-
-# man: Add the maxcso.1 manual.
-# https://github.com/unknownbrackets/maxcso/commit/bd7f860ebec755a67d09cd9c52a98bd7e1761fe3
-# https://github.com/unknownbrackets/maxcso/pull/25
-patch -p1 < $CWD/man.patch
-
-# Allow CFLAGS/CXXFLAGS to be overridden.
-# https://github.com/unknownbrackets/maxcso/commit/7b269754c70f6512fef7beb8a11f19a2fc1067fa
-patch -p1 < $CWD/flags.patch
-
make \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS"