diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-02-23 10:56:25 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-02-23 10:56:25 +0000 |
commit | 489b2ee68117578110b991edecf4864c286749b7 (patch) | |
tree | 6bb37a635e7463df6397bb75f39e7dc3e526f9e2 /archivers/arj/Makefile | |
parent | f182cf669e3b1488c584b8a12f4b7beaba6cce99 (diff) | |
download | ports-489b2ee68117578110b991edecf4864c286749b7.tar.gz ports-489b2ee68117578110b991edecf4864c286749b7.zip |
Fix segfault on amd64
Reported by: alex at to.govorit.ru
Obtained from: Arj's author
Tested by: Guilherme M. Schroeder <lero420 at gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250224
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 1fb7c6dfa452..5a714274af30 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -7,7 +7,7 @@ PORTNAME= arj PORTVERSION= 3.10.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022 |