diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-11-07 10:07:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:07:20 +0700 |
commit | 4cd9de2c15fbbac9700579d82e71a9d74d988b85 (patch) | |
tree | d9168a643717c02a3b9ee23f7a941f44bc764ece /development/lazarus/lazarus.SlackBuild | |
parent | bf0ff126c4905ef1cf1d89873e433ba66ed0a2ba (diff) | |
download | slackbuilds-4cd9de2c15fbbac9700579d82e71a9d74d988b85.tar.gz |
development/lazarus: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lazarus/lazarus.SlackBuild')
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild index 756ffd11a4..06a8f42b24 100644 --- a/development/lazarus/lazarus.SlackBuild +++ b/development/lazarus/lazarus.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lazarus -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,10 +59,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 {} \; -if [ "$LCL" = "qt" ]; then - OPT="-dUSE_QT_45" -fi - # Compilation doesn't need ./configure make clean make -j1 all \ |