lz4: bump version.

This commit is contained in:
Jerome Duval
2015-08-07 15:47:00 +00:00
parent 36e5637b9f
commit 52fe0a30e2
2 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ LICENSE="BSD (2-clause)"
COPYRIGHT="2011-2014, Yann Collet"
SOURCE_URI="https://github.com/Cyan4973/lz4/archive/$portVersion.tar.gz"
SOURCE_FILENAME="lz4-$portVersion.tar.gz"
CHECKSUM_SHA256="f681f5528a6d16b23246db499f30717cda354079a684298375c4d74c6f475a01"
CHECKSUM_SHA256="9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"

View File

@@ -1,14 +1,14 @@
From 3b8ba3c0dd4e03b68b2ad16e9f4a72ecf72a50a8 Mon Sep 17 00:00:00 2001
From 5551437c7b121ebb5db0bbf0ea8a590b563f07b2 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 5 Aug 2014 17:14:07 +0000
Subject: haiku patch
diff --git a/Makefile b/Makefile
index 88c4016..0dfd802 100644
index d1b0d0c..abb7cd5 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ clean:
@@ -81,7 +81,7 @@ clean:
#------------------------------------------------------------------------
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
@@ -18,15 +18,15 @@ index 88c4016..0dfd802 100644
install:
@cd $(LZ4DIR); $(MAKE) -e install
diff --git a/lib/Makefile b/lib/Makefile
index 4be1499..25a731d 100644
index 02ddd3b..abea656 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,7 +40,7 @@ LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH)
DESTDIR?=
PREFIX ?= /usr/local
CFLAGS ?= -O3
-CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic
+CFLAGS += -I. -Wall -Wundef -Wshadow -Wstrict-prototypes -pedantic
-CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_
+CFLAGS += -I. -Wall -Wundef -Wshadow -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_
LIBDIR?= $(PREFIX)/lib
INCLUDEDIR=$(PREFIX)/include
@@ -40,10 +40,10 @@ index 4be1499..25a731d 100644
liblz4.pc: liblz4.pc.in Makefile
@echo creating pkgconfig
diff --git a/programs/Makefile b/programs/Makefile
index 39335db..d346edf 100644
index f422902..41c5101 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -39,11 +39,11 @@ RELEASE?= r129
@@ -39,11 +39,11 @@ RELEASE?= r131
DESTDIR?=
PREFIX ?= /usr/local
CFLAGS ?= -O3