summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2015-09-07 17:36:26 -0400
committerZero_Chaos <zerochaos@gentoo.org>2015-09-07 17:56:30 -0400
commit03c42cb70d8d0c35c40480d931ee1d7772ceeebc (patch)
treee3d647526118d2ada68f599d8c834433cdcd2164 /app-arch/pixz/files
parentdev-ruby/open4: adding ~arm (diff)
downloadgentoo-03c42cb70d8d0c35c40480d931ee1d7772ceeebc.tar.gz
gentoo-03c42cb70d8d0c35c40480d931ee1d7772ceeebc.tar.bz2
gentoo-03c42cb70d8d0c35c40480d931ee1d7772ceeebc.zip
app-arch/pixz: version bump and fix 9999
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-arch/pixz/files')
-rw-r--r--app-arch/pixz/files/pixz-1.0.2-lm.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-arch/pixz/files/pixz-1.0.2-lm.patch b/app-arch/pixz/files/pixz-1.0.2-lm.patch
deleted file mode 100644
index 7db039a54a95..000000000000
--- a/app-arch/pixz/files/pixz-1.0.2-lm.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6c9d6b9020c599f850c0b719cc9c041f1667671b Mon Sep 17 00:00:00 2001
-From: Dave Vasilevsky <dave@vasilevsky.ca>
-Date: Thu, 10 Jan 2013 08:28:06 -0500
-Subject: [PATCH] Fix linking bug (issue 11)
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index fe605f2..3b27690 100644
---- a/Makefile
-+++ b/Makefile
-@@ -12,7 +12,7 @@ MYCFLAGS = $(patsubst %,-I%/include,$(LIBPREFIX)) $(OPT) -std=gnu99 \
- MYLDFLAGS = $(patsubst %,-L%/lib,$(LIBPREFIX)) $(OPT) -Wall
-
- THREADS = -lpthread
--LIBADD = $(THREADS) -llzma -larchive
-+LIBADD = $(THREADS) -lm -llzma -larchive
-
- CC = gcc
- COMPILE = $(CC) $(MYCFLAGS) $(CFLAGS) -c -o
---
-1.8.1.2
-