- Update to 0.15
This commit is contained in:
parent
ac6286193f
commit
5b25f09773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231957
3 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lbzip2
|
||||
PORTVERSION= 0.14
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (lbzip2-0.14.tar.gz) = bdc9630bd677be36f2e818b2daa5c944
|
||||
SHA256 (lbzip2-0.14.tar.gz) = 6f262d2408794e282a86fca5c1903b40bfe8abbdb753e925fe28eea7c00e15f3
|
||||
SIZE (lbzip2-0.14.tar.gz) = 61369
|
||||
MD5 (lbzip2-0.15.tar.gz) = 39e37c777860de36dd0c621c525f8bdb
|
||||
SHA256 (lbzip2-0.15.tar.gz) = 4b49477a4854984520995d75dab7bdc4abcb4e463a949df3db4cf635f8dadb5e
|
||||
SIZE (lbzip2-0.15.tar.gz) = 62774
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
-CC=gcc
|
||||
-CFLAGS=$$($(SHELL) lfs.sh CFLAGS) -D _XOPEN_SOURCE=500 -pipe -ansi -pedantic \
|
||||
- -O3
|
||||
- -O2
|
||||
+LDFLAGS+= -s
|
||||
+LIBS+= -l pthread -l bz2
|
||||
|
||||
|
|
Loading…
Reference in a new issue